IO-2563 Repair LIne Expander Bills Translation

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-04-01 14:07:58 -07:00
parent 19ec4cb021
commit 04315a9045
2 changed files with 3 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ export default function JobLinesExpander({ jobline, jobid }) {
)) ))
) : ( ) : (
<Timeline.Item> <Timeline.Item>
{t("parts_orders.labels.notyetordered")} {t("bills.labels.nobilllines")}
</Timeline.Item> </Timeline.Item>
)} )}
</Timeline> </Timeline>

View File

@@ -217,6 +217,7 @@
"markexported": "Mark Exported", "markexported": "Mark Exported",
"markforreexport": "Mark for Re-export", "markforreexport": "Mark for Re-export",
"new": "New Bill", "new": "New Bill",
"nobilllines": "This part has not yet been recieved.",
"noneselected": "No bill selected.", "noneselected": "No bill selected.",
"onlycmforinvoiced": "Only credit memos can be entered for any Job that has been invoiced, exported, or voided.", "onlycmforinvoiced": "Only credit memos can be entered for any Job that has been invoiced, exported, or voided.",
"printlabels": "Print Labels", "printlabels": "Print Labels",