IO-2368 Confirm that there are successful transaction

This commit is contained in:
Allan Carr
2023-09-11 09:07:38 -07:00
parent 87e3adf579
commit 56c1b6f992
6 changed files with 6 additions and 6 deletions

View File

@@ -191,7 +191,7 @@ export function PaymentExportButton({
});
}
}
if (bodyshop.accountingconfig && bodyshop.accountingconfig.qbo) {
if (bodyshop.accountingconfig && bodyshop.accountingconfig.qbo && successfulTransactions.length > 0) {
notification.open({
type: "success",
key: "paymentsuccessexport",