diff options
author | ivan <ivan> | 2008-07-31 20:17:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-07-31 20:17:42 +0000 |
commit | 02b11d5feb7fff6f282c20530b74f57fb901b00f (patch) | |
tree | 8b7db308e0ff02d5cef3babc6b36383e3306601d /FS | |
parent | 1f643e85b7edc08e481a8ea72a9ea97bf47599fd (diff) |
fix receivables report: credits/etc. should be limited by date like before, closes: Bug#3801
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/cust_main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index b9c2d66e0..e363f1bdd 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5262,7 +5262,7 @@ Available options are: =item unapplied_date -set to true to disregard unapplied credits, payments and refunds outside the specified time period - by default the time period restriction only applies to invoices (useful for reporting (or is it?), probably a bad idea for event triggering) +set to true to disregard unapplied credits, payments and refunds outside the specified time period - by default the time period restriction only applies to invoices (useful for reporting, probably a bad idea for event triggering) =item total |