X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_pay_batch.pm;h=1db74ef71414f49a02b26c7b564ee9ccaf941c46;hb=3bbd8a5c852ba095f1914e0a3b70bdafb6a8b36d;hp=9c5c2d8116df8f207c6b3ce9b937d207897b421a;hpb=f38a68a13de191bc9fe41975c9ea8c84cafb6209;p=freeside.git diff --git a/FS/FS/cust_pay_batch.pm b/FS/FS/cust_pay_batch.pm index 9c5c2d811..1db74ef71 100644 --- a/FS/FS/cust_pay_batch.pm +++ b/FS/FS/cust_pay_batch.pm @@ -206,6 +206,17 @@ sub cust_main { qsearchs( 'cust_main', { 'custnum' => $self->custnum } ); } +=item pay_batch + +Returns the payment batch this payment belongs to (Lby_key($self->batchnum); +} + #you know what, screw this in the new world of events. we should be able to #get the event defs to retry (remove once.pm condition, add every.pm) without #mucking about with statuses of previous cust_event records. right?