Allow "arbitrary" PO attachment to purchase batch
for sake of other POS integration etc.
This commit is contained in:
parent
08a75f6e9f
commit
1be26b7f33
4 changed files with 74 additions and 111 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue