feature/IO-3499-React-19: Bug Fixes / Checkpoint

This commit is contained in:
Dave
2026-01-13 22:28:43 -05:00
parent 7bdfbfabe9
commit 53d556a621
171 changed files with 1128 additions and 954 deletions

View File

@@ -48,14 +48,14 @@ export async function checkPartnerStatus(bodyshop) {
// bodyshop.accountingconfig.qbo)
// )
// ) {
// notification["error"]({
// notification.error({
// title: "",
// message: i18n.t("general.messages.noacctfilepath"),
// });
// }
} catch (error) {
console.log("Partner is not running.", error);
// notification["error"]({
// notification.error({
// title: "",
// message: i18n.t("general.messages.partnernotrunning"),
// });