Age | Commit message (Collapse) | Author |
|
|
|
Can't locate object method "setfield" via package "cust_refund" at /usr/local/lib/site_perl/FS/Record.pm line 315.
fix
|
|
|
|
|
|
|
|
|
|
|
|
remove outdated NSI foo from domain ordering. also, fuck NSI.
|
|
|
|
view/cust_main.cgi needs to use ->owed method, not check (depriciated) owed field
search/cust_bill.cgi redirect error when there's only one invoice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
want to print overdue invoices if printed > 0, not > 1
|
|
|
|
|
|
|
|
|
|
in conjunction with AUTOLOAD this was sure a pain to find
|
|
|
|
|
|
|