mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
refactor(nestjs): landed cost
This commit is contained in:
@@ -27,6 +27,8 @@ function BillDrawerProvider({ billId, ...props }) {
|
||||
enabled: !!billId,
|
||||
});
|
||||
|
||||
console.log(transactions, 'ahmed');
|
||||
|
||||
//provider.
|
||||
const provider = {
|
||||
billId,
|
||||
|
||||
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user