[freeside-commits] freeside/httemplate/edit/process/elements process.html, 1.12, 1.13
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Apr 6 09:12:48 PDT 2008
- Previous message: [freeside-commits] freeside/httemplate/edit/process tax_rate.html, 1.1, 1.2
- Next message: [freeside-commits] freeside/debian README.Debian, 1.1, 1.2 TODO, NONE, 1.1 changelog, 1.2, 1.3 compat, NONE, 1.1 conffiles.ex, 1.1, NONE config, NONE, 1.1 control, 1.3, 1.4 copyright, 1.1, 1.2 cron.d, NONE, 1.1 cron.d.ex, 1.1, NONE dbconfig-common.install, NONE, 1.1 dbconfig-common.upgrade, NONE, 1.1 dirs, 1.1, NONE docs, 1.1, NONE ex.doc-base.package, 1.1, NONE freeside-doc.docs, 1.1, NONE freeside-doc.files, 1.1, NONE freeside-webui.links, NONE, 1.1 freeside.apache-alias.conf, NONE, 1.1 freeside.default, NONE, 1.1 freeside.docs, NONE, 1.1 init.d.ex, 1.1, 1.2 init.d.lsb.ex, NONE, 1.1 manpage.1.ex, 1.1, NONE manpage.sgml.ex, 1.1, NONE menu.ex, 1.1, NONE postinst, NONE, 1.1 postinst.ex, 1.1, NONE postrm, NONE, 1.1 postrm.ex, 1.1, NONE preinst, NONE, 1.1 preinst.ex, 1.1, NONE prerm, NONE, 1.1 prerm.ex, 1.1, NONE rules, 1.1, 1.2 templates, NONE, 1.1 watch.ex, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process/elements
In directory wavetail.420.am:/tmp/cvs-serv8622/httemplate/edit/process/elements
Modified Files:
process.html
Log Message:
new tax rating engine
Index: process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/elements/process.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- process.html 4 Jan 2008 02:42:07 -0000 1.12
+++ process.html 6 Apr 2008 16:12:46 -0000 1.13
@@ -145,7 +145,11 @@
});
}
-my %hash = map { $_ => scalar($cgi->param($_)) } @$fields;
+my %hash =
+ map { my @entry = ( $_ => $cgi->param($_) );
+ $opt{'value_callback'} ? ( $_ => &{ $opt{'value_callback'} }( @entry ))
+ : ( @entry )
+ } @$fields;
my $new = $class->new( \%hash );
- Previous message: [freeside-commits] freeside/httemplate/edit/process tax_rate.html, 1.1, 1.2
- Next message: [freeside-commits] freeside/debian README.Debian, 1.1, 1.2 TODO, NONE, 1.1 changelog, 1.2, 1.3 compat, NONE, 1.1 conffiles.ex, 1.1, NONE config, NONE, 1.1 control, 1.3, 1.4 copyright, 1.1, 1.2 cron.d, NONE, 1.1 cron.d.ex, 1.1, NONE dbconfig-common.install, NONE, 1.1 dbconfig-common.upgrade, NONE, 1.1 dirs, 1.1, NONE docs, 1.1, NONE ex.doc-base.package, 1.1, NONE freeside-doc.docs, 1.1, NONE freeside-doc.files, 1.1, NONE freeside-webui.links, NONE, 1.1 freeside.apache-alias.conf, NONE, 1.1 freeside.default, NONE, 1.1 freeside.docs, NONE, 1.1 init.d.ex, 1.1, 1.2 init.d.lsb.ex, NONE, 1.1 manpage.1.ex, 1.1, NONE manpage.sgml.ex, 1.1, NONE menu.ex, 1.1, NONE postinst, NONE, 1.1 postinst.ex, 1.1, NONE postrm, NONE, 1.1 postrm.ex, 1.1, NONE preinst, NONE, 1.1 preinst.ex, 1.1, NONE prerm, NONE, 1.1 prerm.ex, 1.1, NONE rules, 1.1, 1.2 templates, NONE, 1.1 watch.ex, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list