X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0c0485a2affa35f14c118b0f38220109d602ad9e;hp=fc67c35aa484ef889faa5c0a8268a591a8ce7d45;hb=162a742110ede26cbb904b1f38c6a99e4b692eef;hpb=9e6c6f13593dd5137ea920f49d36dc4321c9e99c diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index fc67c35aa..0c0485a2a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -845,6 +845,13 @@ worry that config_items is freeside-specific and icky. 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 30', 'Net 45', 'Net 60' ], }, + { + 'key' => 'invoice_sections', + 'section' => 'billing', + 'description' => 'Split invoice into sections and label according to package type when enabled.', + 'type' => 'checkbox', + }, + { 'key' => 'payment_receipt_email', 'section' => 'billing',