X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_pay_batch.pm;h=9f2e9ddfc3c63258ba2d7866e9045e9ade81c770;hb=0ad946f751d3a953c8a41eea1d30ad362ba38ace;hp=5f21ff4b1d32228a67f89a58e27660226c95038c;hpb=508c7c268254ef63f26bb8a59aa679a6e24f5019;p=freeside.git diff --git a/FS/FS/cust_pay_batch.pm b/FS/FS/cust_pay_batch.pm index 5f21ff4b1..9f2e9ddfc 100644 --- a/FS/FS/cust_pay_batch.pm +++ b/FS/FS/cust_pay_batch.pm @@ -322,6 +322,7 @@ sub approve { 'paid' => $new->paid, '_date' => $new->_date, 'usernum' => $new->usernum, + 'batchnum' => $new->batchnum, } ); $error = $cust_pay->insert; if ( $error ) {