correctly record completion of cust_pay.paybatch upgrade, #18548
[freeside.git] / FS / FS / cust_pay.pm
index 6d09f89..7b01ff5 100644 (file)
@@ -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');
   }
 }