refactor(nestjs): landed cost

This commit is contained in:
Ahmed Bouhuolia
2025-06-11 14:04:37 +02:00
parent 1130975efd
commit ff93168d72
28 changed files with 622 additions and 417 deletions

View File

@@ -27,6 +27,8 @@ function BillDrawerProvider({ billId, ...props }) {
enabled: !!billId,
});
console.log(transactions, 'ahmed');
//provider.
const provider = {
billId,

View File

@@ -34,6 +34,8 @@ function LocatedLandedCostTable({
// Bill drawer context.
const { transactions, billId } = useBillDrawerContext();
console.log(transactions, 'ahmed');
// Handle the transaction delete action.
const handleDeleteTransaction = ({ id }) => {
openAlert('bill-located-cost-delete', { BillId: id });