Successful 2tier and 3 tier export of invoices. BOD-83 BOD-131
This commit is contained in:
@@ -8,6 +8,7 @@ export default function JobCloseLabMatAllocation({
|
||||
labmatAllocations,
|
||||
setLabmatAllocations,
|
||||
labMatTotalAllocation,
|
||||
invoiced
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
@@ -50,6 +51,7 @@ export default function JobCloseLabMatAllocation({
|
||||
<td>
|
||||
<AllocationButton
|
||||
allocationKey={alloc}
|
||||
invoiced={invoiced}
|
||||
remainingAmount={labmatAllocations[alloc].total
|
||||
.subtract(
|
||||
Dinero({
|
||||
@@ -69,6 +71,7 @@ export default function JobCloseLabMatAllocation({
|
||||
<td>
|
||||
<AllocationTags
|
||||
allocationKey={alloc}
|
||||
invoiced={invoiced}
|
||||
allocation={labmatAllocations[alloc]}
|
||||
setAllocations={setLabmatAllocations}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user