Equity batch rows should really get deleted

and not just marked for such.  this is because in some cases equity
payments must be "merged" and therefore some must be deleted, which
requires there be no references to them e.g. in batches
This commit is contained in:
Lance Edgar 2023-11-05 14:13:22 -06:00
parent 295c20d61f
commit 1004c63e37

View file

@ -38,6 +38,8 @@ class CoreEquityImportBatchHandler(BatchHandler):
"""
batch_model_class = CoreEquityImportBatch
pseudo_remove_rows = False
def refresh_row(self, row):
session = self.app.get_session(row)
model = self.model