Feature/warehouse improve 2
This commit is contained in:
@@ -223,6 +223,11 @@ class WarehouseShippingNoteController extends TTCrud {
|
||||
} else {
|
||||
$position['articleTitle'] = $article->title;
|
||||
}
|
||||
|
||||
if (isset($position['isEnergieMaterial']) && $position['isEnergieMaterial'] == 1) {
|
||||
$position['articleTitle'] .= " (ESTMK)";
|
||||
}
|
||||
|
||||
$position['articleDescription'] = $article->description === $article->title ? "" : $article->description;
|
||||
$position['articleUnit'] = $article->unit;
|
||||
$positions[] = $position;
|
||||
|
||||
Reference in New Issue
Block a user