Allow "arbitrary" PO attachment to purchase batch

for sake of other POS integration etc.
This commit is contained in:
Lance Edgar 2023-06-27 12:37:16 -05:00
parent 08a75f6e9f
commit 1be26b7f33
4 changed files with 74 additions and 111 deletions

View file

@ -486,7 +486,6 @@ class OrderingBatchView(PurchasingBatchView):
@classmethod
def defaults(cls, config):
cls._ordering_defaults(config)
cls._purchasing_defaults(config)
cls._batch_defaults(config)
cls._defaults(config)