From: ivan Date: Sun, 22 Oct 2006 05:22:51 +0000 (+0000) Subject: doh, forgot fieldorder. should just use Tie::IxHash here too X-Git-Tag: TRIXBOX_2_6~907 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=eedb7b115056e082ba6d15e386397d0c495e97e4 doh, forgot fieldorder. should just use Tie::IxHash here too --- diff --git a/FS/FS/part_pkg/prepaid.pm b/FS/FS/part_pkg/prepaid.pm index ca4acb564..d309d453f 100644 --- a/FS/FS/part_pkg/prepaid.pm +++ b/FS/FS/part_pkg/prepaid.pm @@ -26,7 +26,7 @@ tie %recur_action, 'Tie::IxHash', 'select_options' => \%recur_action, }, }, - 'fieldorder' => [ 'setup_fee', 'recur_fee', ], + 'fieldorder' => [ 'setup_fee', 'recur_fee', 'recur_action', ], 'weight' => 25, );