From: Ivan Kohler Date: Sat, 22 Oct 2016 13:02:46 +0000 (-0700) Subject: fix recurring fee edit on clone/customize, RT#72958 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=70d833ddf56f47fa89f429c6a5e84378da848ff9 fix recurring fee edit on clone/customize, RT#72958 --- diff --git a/httemplate/edit/part_pkg.cgi b/httemplate/edit/part_pkg.cgi index 641366b65..7c4a5e665 100755 --- a/httemplate/edit/part_pkg.cgi +++ b/httemplate/edit/part_pkg.cgi @@ -586,6 +586,11 @@ my $clone_callback = sub { $recur_disabled = $object->freq ? 0 : 1; + $recur_show_zero_disabled = + $object->freq + ? $object->option('recur_fee') > 0 ? 1 : 0 + : 1; + }; my $discount_error_callback = sub {