From c6f8c3da686ce048b987df1b9853ab217dcfb51b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 30 Mar 2001 17:33:52 +0000 Subject: config value money_char: Presto! Now you can consider all numbers to be shillings. If you need to change the currency symbol, you can hunt down the instances of literal '$' in FS::cust_bill::print_text and replace them with your currency symbol. I guess this should turn into a configuration value. --- htdocs/docs/config.html | 1 + 1 file changed, 1 insertion(+) (limited to 'htdocs/docs/config.html') diff --git a/htdocs/docs/config.html b/htdocs/docs/config.html index ea5172dcf..216668591 100644 --- a/htdocs/docs/config.html +++ b/htdocs/docs/config.html @@ -47,6 +47,7 @@ All further configuration files and directories are located in
  • invoice_template - Required template file for invoices. See the section on billing for details.
  • lpr - Print command for paper invoices, for example `lpr -h'.
  • maildisablecatchall - The existance of this file will disable the requirement that each virtual domain have a catch-all mailbox. +
  • money_char - Currency symbol - defaults to `$'.
  • mxmachines - MX entries for new domains, weight and machine, one per line, with trailing `.'
  • nsmachines - NS nameservers for new domains, one per line, with trailing `.'
  • nismachines - Your NIS master (not slave master) machines, one per line. This enables export of `/etc/global/passwd' and `/etc/global/shadow'. -- cgit v1.2.1