Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
0bc0152 - added additional check on order view to make sure a customer exists on the order before trying to render properties of the customer 633f259 MM-42: Test and fix functionality (#66) 6d656f8 MM-42: Test and fix functionality (#65) a62f4b7 MM-40: Test and fix import order functionality (#63) 49b6550 MM-38: Implement sync processors (#61) 1d6be06 MM-35: Fix issue 'Removed special product price won't sync on Magento side' (#58) d0d640d - added non proxy class of the Marello Product Unit as without this it can cause issues when the 'normal' class is used to send templates instead of the Proxy class of the product unit ad177b0 - Added default value for $data property as in most cases it will expect an array even if the data is not set on an Entity 4ce14c7 - updated email templates with name variable for ProductUnit - updated migration version for the application to load the new templates 0a23414 - added ProductUnit variable provider for rendering the product unit in the email templates as this is an enum field which is behaving as an extended entity with a proxy class that wasn't allowed in the email templates f230508 - Added the shipping origin based on WFA rules back for shipping methods that use the origin to determine shipping costs, the addres of the warehouse remains an estimation 1f44fe2 - updated field to check for available inventory, it used the balanced inventory instead of the inventory qty which is the qty that is left from the balanced inventory 224ba34 - removed check that was going through the WFA rules that wasn't necessary for either Payment methods and Shipping methods on the Order creation a287a3a - fixed renaming email templates for Order and Invoice notifications 361a765 - Updated email templates with new style 88337f5 - updated WorkflowstartListener test to check new behaviour of the OrderWorkflowStart 87716bd - Fixed issue with WorkflowStartListener where only the last order id (which came in batches) was getting a workflow start 1f318b4 - Removed statuses that are NULL from the OrderItemStatus dashboard widget as they cannot be displayed correctly 04a60f8 - added Order status to Order which will serve as preparation for the next step in the Order Management - currently no critical parts are relying on the new Order status as of yet, it's also not visibile in the current implementation 3d51851 - renamed table alias as the datagrid was confused which one was the actual table and which one was the column of the ProductUnit in the InventoryItem grid 8b9df75 - split the SalesBundle migrations as v1_3 was already released... 36e9e92 Merge branch 'task/ZON20001-0-update-m2-bundle' into maintenance/3.0 0442000 Merge branch 'feature/magento2-integr' into task/ZON20001-0-update-m2-bundle 9ac3f06 MM-29: Add functionality to map relation between website and sales_channel on the integration form (#54) git-subtree-dir: package/marello git-subtree-split: 0bc0152
- Loading branch information