From: jeff Date: Sun, 27 Apr 2008 16:28:42 +0000 (+0000) Subject: sticky, too X-Git-Tag: root_of_webpay_support~679 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=935bdc06dc2ac4c39d7bf110b678bff98fc041a8 sticky, too --- 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'};