summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorivan <ivan>2001-03-30 17:33:52 +0000
committerivan <ivan>2001-03-30 17:33:52 +0000
commitc6f8c3da686ce048b987df1b9853ab217dcfb51b (patch)
tree1a9bcc211167b13bd125f0e6c702bbaac3a8c758 /htdocs
parent9adbc223d20e4441d13d672902d07ad249f67592 (diff)
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.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/docs/config.html1
1 files changed, 1 insertions, 0 deletions
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
<li><a name="invoice_template">invoice_template</a> - Required template file for invoices. See the <a href="billing.html">section on billing</a> for details.
<li><a name="lpr">lpr</a> - Print command for paper invoices, for example `lpr -h'.
<li><a name="maildisablecatchall">maildisablecatchall</a> - The existance of this file will disable the requirement that each virtual domain have a catch-all mailbox.
+ <li><a name="money_char">money_char</a> - Currency symbol - defaults to `$'.
<li><a name="mxmachines">mxmachines</a> - MX entries for new domains, weight and machine, one per line, with trailing `.'
<li><a name="nsmachines">nsmachines</a> - NS nameservers for new domains, one per line, with trailing `.'
<li><a name="nismachines">nismachines</a> - Your NIS master (not slave master) machines, one per line. This enables export of `/etc/global/passwd' and `/etc/global/shadow'.