mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
parent
dcf0bb103e
commit
b42edbf2ab
@ -56,7 +56,7 @@ export default function Scan() {
|
||||
// Prevent duplicates
|
||||
if (history.find((i) => i.model == item.model && i.pk == item.pk)) {
|
||||
showNotification({
|
||||
label: t`Duplicate`,
|
||||
title: t`Duplicate`,
|
||||
message: t`Item already scanned`,
|
||||
color: 'orange'
|
||||
});
|
||||
|
@ -42,6 +42,7 @@ export function CurrencyTable({
|
||||
.then(() => {
|
||||
table.refreshTable();
|
||||
showNotification({
|
||||
title: t`Success`,
|
||||
message: t`Exchange rates updated`,
|
||||
color: 'green'
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user