From 9ee8e9007a11cb23182e84337a357a8b75ad2a52 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 12 Oct 2021 20:18:06 -0700 Subject: [PATCH] IO-256 Add Payables Posting. --- .../components/dms-post-form/dms-post-form.component.jsx | 1 - .../jobs-export-all-button.component.jsx | 7 +------ .../payable-export-all-button.component.jsx | 7 +------ .../payable-export-button.component.jsx | 7 +------ .../payment-export-button.component.jsx | 7 +------ .../payments-export-all-button.component.jsx | 7 +------ 6 files changed, 5 insertions(+), 31 deletions(-) diff --git a/client/src/components/dms-post-form/dms-post-form.component.jsx b/client/src/components/dms-post-form/dms-post-form.component.jsx index 637a858af..c3bc99333 100644 --- a/client/src/components/dms-post-form/dms-post-form.component.jsx +++ b/client/src/components/dms-post-form/dms-post-form.component.jsx @@ -259,7 +259,6 @@ export function DmsPostForm({ bodyshop, socket, job }) { ))} ); diff --git a/client/src/components/payable-export-all-button/payable-export-all-button.component.jsx b/client/src/components/payable-export-all-button/payable-export-all-button.component.jsx index 5845fbb73..32726842a 100644 --- a/client/src/components/payable-export-all-button/payable-export-all-button.component.jsx +++ b/client/src/components/payable-export-all-button/payable-export-all-button.component.jsx @@ -169,12 +169,7 @@ export function PayableExportAll({ }; return ( - ); diff --git a/client/src/components/payable-export-button/payable-export-button.component.jsx b/client/src/components/payable-export-button/payable-export-button.component.jsx index 6a9fd2494..6910440ae 100644 --- a/client/src/components/payable-export-button/payable-export-button.component.jsx +++ b/client/src/components/payable-export-button/payable-export-button.component.jsx @@ -171,12 +171,7 @@ export function PayableExportButton({ }; return ( - ); diff --git a/client/src/components/payment-export-button/payment-export-button.component.jsx b/client/src/components/payment-export-button/payment-export-button.component.jsx index 943455a90..4a43484d8 100644 --- a/client/src/components/payment-export-button/payment-export-button.component.jsx +++ b/client/src/components/payment-export-button/payment-export-button.component.jsx @@ -171,12 +171,7 @@ export function PaymentExportButton({ }; return ( - ); diff --git a/client/src/components/payments-export-all-button/payments-export-all-button.component.jsx b/client/src/components/payments-export-all-button/payments-export-all-button.component.jsx index 3e4085c44..3c49c6c7f 100644 --- a/client/src/components/payments-export-all-button/payments-export-all-button.component.jsx +++ b/client/src/components/payments-export-all-button/payments-export-all-button.component.jsx @@ -152,12 +152,7 @@ export function PaymentsExportAllButton({ }; return ( - );