IO-1674 Improve bill posting line display & order by price descending.

This commit is contained in:
Patrick Fic
2022-01-27 08:46:19 -08:00
parent 49f5668e89
commit 021098fa2a
2 changed files with 9 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ export function BillEnterModalLinesComponent({
title: t("billlines.fields.jobline"),
dataIndex: "joblineid",
editable: true,
width: "20rem",
formItemProps: (field) => {
return {
key: `${field.index}joblinename`,