Added functional upload on invoice enter. BOD-75

This commit is contained in:
Patrick Fic
2020-05-06 10:14:31 -07:00
parent 851527a907
commit 410d024db7
6 changed files with 234 additions and 152 deletions

View File

@@ -38,7 +38,7 @@ export function InvoiceDetailEditContainer({ bodyshop }) {
}, [form, search.invoiceid]);
if (error) return <AlertComponent message={error.message} type="error" />;
if (!!!search.invoiceid) return <div>{t("invoices.labels.noneseleced")}</div>;
if (!!!search.invoiceid) return <div>{t("invoices.labels.noneselected")}</div>;
return (
<LoadingSkeleton loading={loading}>
<Form