[freeside-commits] branch FREESIDE_3_BRANCH updated. cbbef4667255ebd902e330581c60a2280eb1d660

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


The branch, FREESIDE_3_BRANCH has been updated
       via  cbbef4667255ebd902e330581c60a2280eb1d660 (commit)
      from  b8d345a845640a9744a00c53eb3e61b02dd2f0e4 (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 cbbef4667255ebd902e330581c60a2280eb1d660
Author: Mark Wells <mark at freeside.biz>
Date:   Thu May 8 15:14:14 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