changed label from E-STMK to "beigestelltes Material"
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user