- Merge AIO

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-05 09:35:35 -04:00
36 changed files with 2017 additions and 177 deletions

View File

@@ -98,11 +98,11 @@ export function JobLinesExpander({jobline, jobid, bodyshop, currentUser}) {
)
}))
: [
{
key: "no-orders",
children: t("parts_orders.labels.notyetordered")
}
]
{
key: "no-orders",
children: t("bills.labels.nobilllines")
}
]
}
/>
</Col>