[freeside-commits] freeside/httemplate/edit/elements edit.html, 1.55, 1.56
Erik Levinson
levinse at wavetail.420.am
Sat Feb 12 23:19:48 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv15255/httemplate/edit/elements
Modified Files:
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.55
retrieving revision 1.56
diff -u -w -d -r1.55 -r1.56
--- edit.html 26 Dec 2010 04:09:26 -0000 1.55
+++ edit.html 13 Feb 2011 07:19:46 -0000 1.56
@@ -316,6 +316,11 @@
% foreach grep exists($f->{$_}),
% qw( formatted_value );
%
+% # 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