mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Update barcode / qrcode icons
This commit is contained in:
parent
53319c73da
commit
d296d589d9
9 changed files with 14 additions and 15 deletions
|
|
@ -50,7 +50,7 @@ class BarcodeHandler {
|
|||
showSnackIcon(
|
||||
L10().barcodeNoMatch,
|
||||
success: false,
|
||||
icon: FontAwesomeIcons.qrcode
|
||||
icon: Icons.qr_code,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -402,7 +402,7 @@ class UniqueBarcodeHandler extends BarcodeHandler {
|
|||
// If the barcode is known, we can"t assign it to the stock item!
|
||||
showSnackIcon(
|
||||
L10().barcodeInUse,
|
||||
icon: FontAwesomeIcons.qrcode,
|
||||
icon: Icons.qr_code,
|
||||
success: false
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue