mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-14 11:15:31 +00:00
correct create Manufacturer Part (#453)
This commit is contained in:
@ -157,7 +157,7 @@ SupplierPart.create(api,{
|
|||||||
'SKU':'some_code',
|
'SKU':'some_code',
|
||||||
'link':'https://www.xst.bla/products/stock?...'
|
'link':'https://www.xst.bla/products/stock?...'
|
||||||
})
|
})
|
||||||
SupplierPart.create(api,{
|
ManufacturerPart.create(api,{
|
||||||
'part':couch.pk,
|
'part':couch.pk,
|
||||||
'manufacturer':acme.pk,
|
'manufacturer':acme.pk,
|
||||||
'MPN':'Part code of the manufacturer'
|
'MPN':'Part code of the manufacturer'
|
||||||
|
Reference in New Issue
Block a user