mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Move model representation code to sub-directory
This commit is contained in:
parent
c05c07dd0a
commit
bce0d959c5
@ -1,4 +1,4 @@
|
|||||||
import 'api.dart';
|
import 'package:InvenTree/api.dart';
|
||||||
|
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
|
|
||||||
@ -121,8 +121,6 @@ class InvenTreePartCategory extends InvenTreeObject {
|
|||||||
|
|
||||||
// TODO ?
|
// TODO ?
|
||||||
|
|
||||||
print("creating new category");
|
|
||||||
|
|
||||||
return cat;
|
return cat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -148,8 +146,6 @@ class InvenTreePart extends InvenTreeObject {
|
|||||||
|
|
||||||
var part = InvenTreePart.fromJson(json);
|
var part = InvenTreePart.fromJson(json);
|
||||||
|
|
||||||
print("creating new part!");
|
|
||||||
|
|
||||||
return part;
|
return part;
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user