X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg%2Fprepaid.pm;h=4499d0e52723cf3987ce5a1ba3e4bd2044796f5d;hb=c545a57d21341c49674defed65a4243f07b5ebaf;hp=ca4acb564deb7c36d28fbb92c89e14005e9a4b0b;hpb=dfa5a456854a8a31c671f363be9a7a7bde9b94bf;p=freeside.git diff --git a/FS/FS/part_pkg/prepaid.pm b/FS/FS/part_pkg/prepaid.pm index ca4acb564..4499d0e52 100644 --- a/FS/FS/part_pkg/prepaid.pm +++ b/FS/FS/part_pkg/prepaid.pm @@ -14,6 +14,8 @@ tie %recur_action, 'Tie::IxHash', %info = ( 'name' => 'Prepaid, flat rate', + #'name' => 'Prepaid (no automatic recurring)', #maybe use it here too + 'shortname' => 'Prepaid, no automatic cycle', 'fields' => { 'setup_fee' => { 'name' => 'One-time setup fee for this package', 'default' => 0, @@ -26,7 +28,7 @@ tie %recur_action, 'Tie::IxHash', 'select_options' => \%recur_action, }, }, - 'fieldorder' => [ 'setup_fee', 'recur_fee', ], + 'fieldorder' => [ 'setup_fee', 'recur_fee', 'recur_action', ], 'weight' => 25, );