diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index a177af6f8..e64c775bd 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1829,6 +1829,53 @@ + + labels + + + edit + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + new + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + diff --git a/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx b/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx index d090f8ea9..1684db021 100644 --- a/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx +++ b/client/src/components/job-lines-upsert-modal/job-lines-upsert-modal.component.jsx @@ -16,9 +16,7 @@ export default function JobLinesUpsertModalComponent({ }; return ( { diff --git a/client/src/components/parts-order-modal/parts-order-modal.container.jsx b/client/src/components/parts-order-modal/parts-order-modal.container.jsx index 2c2a387bd..24c991a2b 100644 --- a/client/src/components/parts-order-modal/parts-order-modal.container.jsx +++ b/client/src/components/parts-order-modal/parts-order-modal.container.jsx @@ -84,7 +84,6 @@ export default connect( bodyshop.md_order_statuses.default_ordered ]); - console.log("orderLines", orderLines); const sendTypeState = useState("e"); const sendType = sendTypeState[0]; const partsOrderState = useState({ diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 174515aa4..572b6c31d 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -146,6 +146,10 @@ "part_type": "Part Type", "status": "Status", "unq_seq": "Seq #" + }, + "labels": { + "edit": "Edit Line", + "new": "New Line" } }, "jobs": { diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index cdcf8c276..52ff69c3c 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -146,6 +146,10 @@ "part_type": "Tipo de parte", "status": "Estado", "unq_seq": "Seq #" + }, + "labels": { + "edit": "Línea de edición", + "new": "Nueva línea" } }, "jobs": { diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index f42608796..f0981f07c 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -146,6 +146,10 @@ "part_type": "Type de pièce", "status": "Statut", "unq_seq": "Seq #" + }, + "labels": { + "edit": "Ligne d'édition", + "new": "Nouvelle ligne" } }, "jobs": {