Added untested changes for exporting all receivables BOD-240
This commit is contained in:
@@ -26,7 +26,7 @@ export function JobsCloseExportButton({ bodyshop, jobId, disabled }) {
|
||||
try {
|
||||
QbXmlResponse = await axios.post(
|
||||
"/accounting/qbxml/receivables",
|
||||
{ jobId: jobId },
|
||||
{ jobIds: [jobId] },
|
||||
{
|
||||
headers: {
|
||||
Authorization: `Bearer ${await auth.currentUser.getIdToken(true)}`,
|
||||
|
||||
Reference in New Issue
Block a user