diff options
author | mark <mark> | 2010-07-30 05:38:45 +0000 |
---|---|---|
committer | mark <mark> | 2010-07-30 05:38:45 +0000 |
commit | 10e40184a1d460981f456f156cc3c7e0c305f735 (patch) | |
tree | d73ef1efd87849f094d569971eb56fa291b733d3 | |
parent | 0405fe1522fa4408c99e92419e913df92981b1d3 (diff) |
fix stray commit
-rw-r--r-- | FS/FS/Conf.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 15551d51b..f1479320f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1169,12 +1169,6 @@ and customer address. Include units.', 'type' => 'select', 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 20', 'Net 30', 'Net 45', 'Net 60' ], }, - { - 'key' => 'invoice_print_pdf', - 'section' => 'invoicing', - 'description' => 'Store postal invoices for download in PDF format rather than printing them directly.', - 'type' => 'checkbox', - }, { 'key' => 'invoice_show_prior_due_date', |