mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Adds attachment support for the StockItem model
This commit is contained in:
parent
fcfda4ebff
commit
ada64f3971
3 changed files with 54 additions and 1 deletions
|
|
@ -415,7 +415,9 @@ class InvenTreePart extends InvenTreeModel {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Class representing an attachment file against a Part object
|
||||
*/
|
||||
class InvenTreePartAttachment extends InvenTreeAttachment {
|
||||
|
||||
InvenTreePartAttachment() : super();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue