diff --git a/src/Controller/PartController.php b/src/Controller/PartController.php index 9b0f880e..eb80d9bc 100644 --- a/src/Controller/PartController.php +++ b/src/Controller/PartController.php @@ -301,6 +301,9 @@ final class PartController extends AbstractController $partLot->setUserBarcode($lotUserBarcode !== null ? (string)$lotUserBarcode : ''); $new_part->addPartLot($partLot); + + $this->addFlash('notice', t('part.create_from_info_provider.lot_filled_from_barcode')); + } diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index bcd07331..6ff969ae 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -12941,5 +12941,11 @@ Buerklin-API Authentication server: Backup download allowed + + + part.create_from_info_provider.lot_filled_from_barcode + [Part_lot] created from barcode: Please check if the data is correct and desired. + +