X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages%2Fpackage.html;h=ab19ff94a80ba14b5e852ad2f82c7808596fa215;hb=1939aff38dd65509468760264659091f4b6b3e78;hp=ed460de11a8e4dc7d7d3d69c31d0028698727471;hpb=b76a31c1e13c4cfc7ce4b781641ab59ae87434f6;p=freeside.git diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index ed460de11..ab19ff94a 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -258,12 +258,11 @@ actionlabel => emt('Change package'), #width => 768, width => 960, - height => 538, + height => 650, }, { label => 'Discount package', - condition => sub { $part_pkg->freq ne '0' - && ! $change_from + condition => sub { ! $change_from && ! $supplemental && ! $cust_pkg->get('cancel') && $can_discount_pkg @@ -350,7 +349,7 @@ }, { label => '-', - condition => sub { $part_pkg->freq ne '0' }, + #condition => sub { $part_pkg->freq ne '0' }, content => '-', }, @@ -471,12 +470,11 @@ { label => 'Start billing', acl => 'Unsuspend customer package', - condition => sub { $part_pkg->freq ne '0' - && ! $change_from - && ! $supplemental - && ! $cust_pkg->get('cancel') - && $cust_pkg->get('susp') - && $cust_pkg->order_date == $cust_pkg->get('susp') + condition => sub { ! $change_from + && ! $supplemental + && ! $cust_pkg->get('cancel') + && $cust_pkg->get('susp') + && $cust_pkg->order_date == $cust_pkg->get('susp') }, popup => "misc/unhold_pkg.html?$plink", actionlabel => emt('Start billing'), @@ -524,12 +522,13 @@ { label => 'Cancel now', acl => 'Cancel customer package immediately', - condition => sub { $part_pkg->freq ne '0' - && ! $change_from - && ! $supplemental - && ! $cust_pkg->change_to_pkgnum - && ! $cust_pkg->get('cancel') - }, + condition => sub { + ( $part_pkg->freq ne '0' || ! $cust_pkg->get('setup') ) + && ! $change_from + && ! $supplemental + && ! $cust_pkg->change_to_pkgnum + && ! $cust_pkg->get('cancel') + }, popup => "misc/cancel_pkg.html?method=cancel;$plink", actionlabel => emt('Cancel now'), color => '#FF0000', @@ -565,20 +564,21 @@ }, { label => '-', - condition => sub { $part_pkg->freq ne '0' - && ! $change_from - && ! $cust_pkg->get('cancel') - }, + condition => sub { + ( $part_pkg->freq ne '0' || ! $cust_pkg->get('setup') ) + && ! $change_from + && ! $cust_pkg->get('cancel') + }, content => '-', }, { label => 'Add contact', #acl => 'Add package contact',#or something like that condition => sub { ! $cust_pkg->get('cancel') }, - popup => "misc/change_pkg-contact.html?$plink", + popup => "misc/change_pkg_contact.html?$plink", actionlabel => emt('Add contact'), width => 616, - height => 192, + height => 200, }, { label => 'Change location', @@ -589,13 +589,13 @@ "zip=;country=$countrydefault", actionlabel => emt('Change location'), width => 960, - height => 530, + height => 650, }, { label => 'Edit location', acl => 'Change customer package', condition => sub { ! $change_from && $cust_pkg->locationnum != $cust_pkg->cust_main->ship_locationnum }, - popup => 'misc/cust_location.cgi?locationnum='. + popup => 'edit/cust_location.cgi?locationnum='. $cust_pkg->locationnum, actionlabel => emt('Edit location'), width => 700,