This commit is contained in:
Ahmed Bouhuolia
2025-11-19 23:42:06 +02:00
parent 5eafd23bf8
commit d90b6ffbe7
52 changed files with 161 additions and 261 deletions

View File

@@ -27,7 +27,7 @@ export class ValidateBulkDeleteBillsService {
for (const billId of billIds) {
try {
await this.deleteBillService.deleteBill(billId);
await this.deleteBillService.deleteBill(billId, trx);
deletableIds.push(billId);
} catch (error) {
nonDeletableIds.push(billId);