Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion QuickBooks/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ final public function identToQuickBooks($user, $type, $uniqueid, &$editsequence,
QUICKBOOKS_OBJECT_SALESTAXITEM,
QUICKBOOKS_OBJECT_OTHERCHARGEITEM,
QUICKBOOKS_OBJECT_INVENTORYASSEMBLYITEM,
// QUICKBOOKS_OBJECT_RECEIPTITEM, // This is *not* a type of item, it's a type of transaction!
// QUICKBOOKS_OBJECT_ITEMRECEIPT, // This is *not* a type of item, it's a type of transaction!
);

foreach ($arr as $type)
Expand Down
2 changes: 1 addition & 1 deletion QuickBooks/QBXML/Object/ItemReceipt.php
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public function asQBXML($request, $todo_for_empty_elements = QUICKBOOKS_OBJECT_X
*/
public function object()
{
return QUICKBOOKS_OBJECT_RECEIPTITEM;
return QUICKBOOKS_OBJECT_ITEMRECEIPT;
}
}