Added automatic reconciliation for jobs. BOD-406
This commit is contained in:
@@ -40,9 +40,9 @@ export default function JobReconciliationModalComponent({ job, bills }) {
|
||||
<Row>
|
||||
<JobReconciliationTotals
|
||||
jobLines={jobLineData}
|
||||
selectedJobLines={jobLineState[0]}
|
||||
jobLineState={jobLineState}
|
||||
billLines={invoiceLineData}
|
||||
selectedBillLines={billLineState[0]}
|
||||
billLineState={billLineState}
|
||||
/>
|
||||
</Row>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user