X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fcust_main.pm;h=7d3185a22f2d9bd442be5faf09fa7212e197bb21;hb=3804f9a99c6fc77ae36db0cdedd3ddbcff66f1cd;hp=f0a479997292d5554e3790f5b180e0ce91b3ddbc;hpb=310548f138e0ea8f1e509fbbcaa11d48d1836605;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index f0a479997..7d3185a22 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -2838,7 +2838,7 @@ UNIX timestamps; see L). Also see L and L for conversion functions. The empty string can be passed to disable that time constraint completely. -Available options are: +Accepts the same options as L: =over 4 @@ -2846,6 +2846,12 @@ Available options are: 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 cutoff + +An absolute cutoff time. Payments, credits, and refunds I after this +time will be ignored. Note that START_TIME and END_TIME only limit the date +range for invoices and I payments, credits, and refunds. + =back =cut