Merge branch 'release/2024-04-05' into test-AIO

This commit is contained in:
Patrick Fic
2024-04-04 12:56:09 -07:00
11 changed files with 38 additions and 19 deletions

View File

@@ -97,7 +97,7 @@ export function JobLinesExpander({ jobline, jobid, bodyshop }) {
: [
{
key: "no-orders",
children: t("parts_orders.labels.notyetordered")
children: t("bills.labels.nobilllines")
}
]
}