diff options
author | Mark Wells <mark@freeside.biz> | 2013-04-09 18:14:09 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-04-09 18:14:09 -0700 |
commit | 25de93438c4abe226831ee710089ed2fe69f51c2 (patch) | |
tree | 521137473e1367bb363ab6a3085b5efcd4d75a19 | |
parent | bc1bbd506cfa5f005002fef01d8b0f8961f536eb (diff) |
correctly record completion of cust_pay.paybatch upgrade, #18548
-rw-r--r-- | FS/FS/cust_pay.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pay.pm b/FS/FS/cust_pay.pm index 6d09f8908..7b01ff590 100644 --- a/FS/FS/cust_pay.pm +++ b/FS/FS/cust_pay.pm @@ -1080,7 +1080,7 @@ sub _upgrade_data { #class method } } #$object } #$table - FS::upgrade_journal->set_done('cust_pay__parse_paybatch'); + FS::upgrade_journal->set_done('cust_pay__parse_paybatch_1'); } } |