X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpay_batch.pm;h=449ea2221646f6336e9bd8bfd30286849090d22d;hb=cd1a490338a5da42ab94b62b24231aa14dd5d048;hp=f41b3e38b21da552de74139c5a6cd3146631902b;hpb=771e64b732c69902be5552d53d4a7a1199d5fca3;p=freeside.git diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm index f41b3e38b..449ea2221 100644 --- a/FS/FS/pay_batch.pm +++ b/FS/FS/pay_batch.pm @@ -222,17 +222,17 @@ takes precedence over I. Supported format keys (defined in the specified FS::pay_batch module) are: -I - CSV, fixed, variable, XML +I - required, can be CSV, fixed, variable, XML -I - list of field names for each row/line +I - required list of field names for each row/line I - regular expression for fixed filetype -I - for variable filetype +I - required for variable filetype -I - for XML filetype +I - required for XML filetype -I - for XML filetype +I - required for XML filetype I - sub, ignore all lines before this returns true @@ -242,11 +242,11 @@ I - sub, runs immediately after end_condition returns true I - sub, skip lines when this returns true -I - sub, runs before approved/declined conditions are checked +I - required, sub, runs before approved/declined conditions are checked -I - sub, returns true when approved +I - required, sub, returns true when approved -I - sub, returns true when declined +I - required, sub, returns true when declined I - sub, decide whether or not to close the batch