diff options
Diffstat (limited to 'FS/FS/Conf.pm')
| -rw-r--r-- | FS/FS/Conf.pm | 18 | 
1 files changed, 16 insertions, 2 deletions
| diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index be4c74413..13bec18b1 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2326,14 +2326,28 @@ worry that config_items is freeside-specific and icky.    {      'key'         => 'invoice-ship_address',      'section'     => 'billing', -    'description' => 'Enable this switch to include the ship address on the invoice.', +    'description' => 'Include the shipping address on invoices.',      'type'        => 'checkbox',    },    {      'key'         => 'invoice-unitprice',      'section'     => 'billing', -    'description' => 'This switch enables unit pricing on the invoice.', +    'description' => 'Enable unit pricing on invoices.', +    'type'        => 'checkbox', +  }, + +  { +    'key'         => 'invoice-smallernotes', +    'section'     => 'billing', +    'description' => 'Display the notes section in a smaller font on invoices.', +    'type'        => 'checkbox', +  }, + +  { +    'key'         => 'invoice-smallerfooter', +    'section'     => 'billing', +    'description' => 'Display footers in a smaller font on invoices.',      'type'        => 'checkbox',    }, | 
