[freeside-commits] freeside/httemplate/edit/elements edit.html, 1.53.2.1, 1.53.2.2

Erik Levinson levinse at wavetail.420.am
Sat Feb 12 23:19:54 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv15258/httemplate/edit/elements

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	edit.html 
Log Message:
bulk DID orders and inventory, RT11291

Index: edit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/edit.html,v
retrieving revision 1.53.2.1
retrieving revision 1.53.2.2
diff -u -w -d -r1.53.2.1 -r1.53.2.2
--- edit.html	26 Dec 2010 04:09:36 -0000	1.53.2.1
+++ edit.html	13 Feb 2011 07:19:51 -0000	1.53.2.2
@@ -311,6 +311,11 @@
 %     foreach grep exists($f->{$_}),
 %       qw( hashref agent_virt agent_null agent_null_right );
 %
+%   # select-country
+%   $include_common{$_} = $f->{$_}
+%     foreach grep exists($f->{$_}),
+%       qw( country );
+%
 %   #htmlarea
 %   $include_common{$_} = $f->{$_}
 %     foreach grep exists($f->{$_}), qw( width height );



More information about the freeside-commits mailing list