2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 13:36:50 +00:00
This commit is contained in:
Oliver Walters 2022-05-10 01:19:38 +10:00
parent 366c732668
commit 9f6269375f
2 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,7 @@ import "package:inventree/user_profile.dart";
import "package:inventree/widget/snacks.dart"; import "package:inventree/widget/snacks.dart";
import "package:path_provider/path_provider.dart"; import "package:path_provider/path_provider.dart";
import 'api_form.dart'; import "package:inventree/api_form.dart";
/* /*
@ -1202,7 +1202,7 @@ class InvenTreeAPI {
} }
} }
/** /*
* Send a request to the server to locate / identify either a StockItem or StockLocation * Send a request to the server to locate / identify either a StockItem or StockLocation
*/ */
Future<void> locateItemOrLocation(BuildContext context, {int? item, int? location}) async { Future<void> locateItemOrLocation(BuildContext context, {int? item, int? location}) async {

View File

@ -3,7 +3,6 @@ import "package:flutter/material.dart";
import "package:font_awesome_flutter/font_awesome_flutter.dart"; import "package:font_awesome_flutter/font_awesome_flutter.dart";
import "package:inventree/api.dart"; import "package:inventree/api.dart";
import 'package:inventree/api_form.dart';
import "package:inventree/app_colors.dart"; import "package:inventree/app_colors.dart";
import "package:inventree/barcode.dart"; import "package:inventree/barcode.dart";
import "package:inventree/inventree/stock.dart"; import "package:inventree/inventree/stock.dart";