Merged in hotfix/2022-05-10 (pull request #470)
Update QBO export query for payments. Approved-by: Patrick Fic
This commit is contained in:
@@ -459,6 +459,7 @@ exports.QUERY_PAYMENTS_FOR_EXPORT = `
|
|||||||
md_responsibility_centers
|
md_responsibility_centers
|
||||||
accountingconfig
|
accountingconfig
|
||||||
timezone
|
timezone
|
||||||
|
md_ins_cos
|
||||||
}
|
}
|
||||||
payments(where: {id: {_in: $payments}}) {
|
payments(where: {id: {_in: $payments}}) {
|
||||||
id
|
id
|
||||||
@@ -486,6 +487,7 @@ exports.QUERY_PAYMENTS_FOR_EXPORT = `
|
|||||||
bodyshop{
|
bodyshop{
|
||||||
accountingconfig
|
accountingconfig
|
||||||
md_responsibility_centers
|
md_responsibility_centers
|
||||||
|
md_ins_cos
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
transactionid
|
transactionid
|
||||||
|
|||||||
Reference in New Issue
Block a user