BOD-26 Added totals calculation for job reconciliation.
This commit is contained in:
@@ -132,7 +132,7 @@ export function JobLinesComponent({
|
||||
key: "total",
|
||||
sorter: (a, b) => a.act_price * a.part_qty - b.act_price * b.part_qty,
|
||||
sortOrder:
|
||||
state.sortedInfo.columnKey === "act_price" && state.sortedInfo.order,
|
||||
state.sortedInfo.columnKey === "total" && state.sortedInfo.order,
|
||||
ellipsis: true,
|
||||
|
||||
render: (text, record) => (
|
||||
|
||||
Reference in New Issue
Block a user