summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorjeff <jeff>2008-04-27 16:28:42 +0000
committerjeff <jeff>2008-04-27 16:28:42 +0000
commit935bdc06dc2ac4c39d7bf110b678bff98fc041a8 (patch)
tree9836ebce6c9400b5424b18a0f0b5c03d69369bd5 /httemplate/elements
parent545d98cedbbdf07550e8bde146f03bbf67abb77b (diff)
sticky, too
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/select-taxproduct.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/select-taxproduct.html b/httemplate/elements/select-taxproduct.html
index cef17bc9a..74044b108 100644
--- a/httemplate/elements/select-taxproduct.html
+++ b/httemplate/elements/select-taxproduct.html
@@ -20,6 +20,8 @@
my %opt = @_;
+$opt{'taxproductnum'} ||= $opt{'object'}->taxproductnum
+ if $opt{'object'};
$opt{'taxproduct_description'} ||= $opt{'object'}->taxproduct_description
if $opt{'object'};