[freeside-commits] branch master updated. 3797296c49485eb48aea3cafe9d4a3323752ef34

Mark Wells mark at 420.am
Thu May 8 15:14:52 PDT 2014


The branch, master has been updated
       via  3797296c49485eb48aea3cafe9d4a3323752ef34 (commit)
      from  aac2632d374375480440cde44f5e27392d0a83e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3797296c49485eb48aea3cafe9d4a3323752ef34
Author: Mark Wells <mark at freeside.biz>
Date:   Thu May 8 15:14:22 2014 -0700

    unbreak event editing, #28804

diff --git a/httemplate/elements/tr-select-agent_type.html b/httemplate/elements/tr-select-agent_type.html
index 400cb4e..9ea943b 100644
--- a/httemplate/elements/tr-select-agent_type.html
+++ b/httemplate/elements/tr-select-agent_type.html
@@ -22,6 +22,6 @@
 my %opt = @_;
 my $typenum = $opt{'curr_value'} || $opt{'value'};
 
-delete $opt{'agent_types'} if $opt{'agent_types'}; #?
+my @agent_types = qsearch('agent_type', {});
 
 </%init>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/tr-select-agent_type.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list