Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix warning:
FS::cust_main_invoice=HASH(0x90c86c4) at
/usr/local/lib/perl5/site_perl/5.005/FS/svc_acct.pm line 419.
|
|
Argument "" isn't numeric in ncmp at
/usr/local/lib/perl5/site_perl/5.005/FS/cust_bill.pm line 254.
|
|
|
|
total cust_bill_pay.amount 39.9 for paynum 240 greater than cust_pay.paid
39.90
|
|
|
|
|
|
|
|
page, courtesy of Dave Burgess <burgess@www.cynjut.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add Archive::Tar to docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I had to change line 104 in /edit/svc_forward.cgi and add 'my' as the
qualifier on the LHS of the assignment. This also solves the
problem with a similar error on the RHS of line 105. It also seems to make
the routine work fairly reliably (it has been problematic for me in the
past).
|
|
|
|
|
|
|
|
paged implementation of customer browse!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|