From: Jeremy Davis Date: Mon, 15 Dec 2014 14:36:57 +0000 (-0500) Subject: Ticket #32481 fix display options in wholesale package X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=18481a4937b7365ae7ec9006f66a65dcbdee766a Ticket #32481 fix display options in wholesale package --- diff --git a/FS/FS/part_pkg/agent.pm b/FS/FS/part_pkg/agent.pm index a4df5770e..af7f103df 100644 --- a/FS/FS/part_pkg/agent.pm +++ b/FS/FS/part_pkg/agent.pm @@ -49,7 +49,7 @@ $me = '[FS::part_pkg::agent]'; }, - 'fieldorder' => [qw( cutoff_day add_full_period no_pkg_prorate ) ], + 'fieldorder' => [qw( cutoff_day add_full_period no_pkg_prorate display_separate_cust cost_only) ], 'weight' => 52,