Minor fixed + refactored job details screens based on review.
This commit is contained in:
@@ -16,11 +16,6 @@ export default function JobReconciliationModalComponent({ job, invoices }) {
|
||||
)
|
||||
.flat() || [];
|
||||
|
||||
console.log(
|
||||
"JobReconciliationModalComponent -> invoiceLineData",
|
||||
invoiceLineData
|
||||
);
|
||||
|
||||
const jobLineData = job.joblines.filter((j) => j.part_type !== null);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user