changed label from E-STMK to "beigestelltes Material"

This commit is contained in:
Luca Haid
2025-05-12 12:47:31 +02:00
parent a4a493ed92
commit b89ce85dff
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ class WarehouseShippingNoteController extends TTCrud {
}
if (isset($position['isEnergieMaterial']) && $position['isEnergieMaterial'] == 1) {
$position['articleTitle'] .= " (ESTMK)";
$position['articleTitle'] .= " (beigestelltes Material)";
}
$position['articleDescription'] = $article->description === $article->title ? "" : $article->description;

View File

@@ -43,7 +43,7 @@ Vue.component('warehouse-shipping-note-modal', {
emitDisplayValue: true,
},
amount: {type: 'input', label: 'Menge', inputType: 'number'},
isEnergieMaterial: {type: 'checkbox', label: 'Energie Material'},
isEnergieMaterial: {type: 'checkbox', label: 'Beigestelltes Material'},
},
validateFormOptions: [
{key: 'article', message: 'Bitte füllen Sie den Artikel aus'},