Adam Heath
Adam Heath
https://github.com/moqui/mantle-usl/blob/7ce1b202960f18dbc0e95b18c0c0d6f5f467f508/service/mantle/order/OrderServices.xml#L3036 The above line can optionally copy payments from the original SalesOrder, into the target drop ship vendor PurchaseOrder. I am having a very hard time understand when that might...
This updates several views to expose the teamMemberParty fields, which can then be used via HiveMind, and other call paths(additional PR coming shortly)
MarbleERP doesn't have a team section, so this pulls in the custom changes from Hivemind into to the shared SimpleScreens, so that the former can then reference them.
https://github.com/moqui/mantle-usl/blob/3b492bff368aeb633d975a5bba3b2276dc9232b7/service/mantle/order/OrderServices.xml#L2874 If there is no Facility defined for a product, then this line should just return, and not treat it as an error. In this case, drop-ship isn't wanted. This...
https://github.com/IITC-CE/Community-plugins/blame/ab78cd5757b009c0d81d430482ade8a2c50e9f38/dist/DanielOnDiordna/filter-comms.user.js#L336 In my browser, the comms tab is "All", while the referenced line is matching against "all". If I edit it locally(add .toLowerCase()), then it works, and I can filter...