[freeside-commits] branch FREESIDE_4_BRANCH updated. 1d14074a4fd89c93ba431501cff5a16e3c4a6c9b
Ivan Kohler
ivan at freeside.biz
Wed Jan 10 22:46:08 PST 2018
The branch, FREESIDE_4_BRANCH has been updated
via 1d14074a4fd89c93ba431501cff5a16e3c4a6c9b (commit)
from 18c201ad378d85e4a60206e33d3f257af2598b21 (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 1d14074a4fd89c93ba431501cff5a16e3c4a6c9b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 10 22:46:07 2018 -0800
no need for a one-choice "Add new location" location dropdown on prospect add, RT#76000
diff --git a/httemplate/edit/elements/edit.html b/httemplate/edit/elements/edit.html
index 4b3f83817..9f3738830 100644
--- a/httemplate/edit/elements/edit.html
+++ b/httemplate/edit/elements/edit.html
@@ -358,6 +358,7 @@ Example:
% #contact
% 'custnum' => $f->{'custnum'},
% 'prospectnum' => $f->{'prospectnum'},
+%
% );
%
% $include_common{$_} = $f->{$_} foreach grep exists($f->{$_}),
@@ -370,7 +371,7 @@ Example:
% qw( formatted_value ), #fixed
% qw( country ), #select-country
% qw( width height config ), #htmlarea
-% qw( alt_format ), #select-cust_location
+% qw( is_optional alt_format ), #select-cust_location
% qw( classnum ), # select-inventory_item
% qw( aligned ), # columnstart
% qw( debug ), # select-table
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/elements/edit.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list