Add backwards compatibility for log generation.

This commit is contained in:
Patrick Fic
2022-05-03 11:08:08 -07:00
parent 9b4e83705b
commit d533423fb6
9 changed files with 118 additions and 99 deletions

View File

@@ -43,6 +43,7 @@ export function PayableExportAll({
if (bodyshop.accountingconfig && bodyshop.accountingconfig.qbo) {
PartnerResponse = await axios.post(`/qbo/payables`, {
bills: billids,
elgen: true,
});
} else {
let QbXmlResponse;