mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Remove debug print
This commit is contained in:
parent
ed5764336f
commit
518295f7cb
1 changed files with 0 additions and 2 deletions
|
|
@ -536,8 +536,6 @@ class InvenTreeStockItem extends InvenTreeModel {
|
||||||
// TODO: Remove this function when we deprecate support for the old API
|
// TODO: Remove this function when we deprecate support for the old API
|
||||||
Future<bool> transferStock(BuildContext context, int location, {double? quantity, String? notes}) async {
|
Future<bool> transferStock(BuildContext context, int location, {double? quantity, String? notes}) async {
|
||||||
|
|
||||||
print("transferStock()");
|
|
||||||
|
|
||||||
double q = this.quantity;
|
double q = this.quantity;
|
||||||
|
|
||||||
if (quantity != null) {
|
if (quantity != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue