Fixed Issue with PDF and Typing
This commit is contained in:
@@ -187,6 +187,11 @@ class WarehouseShippingNoteController extends TTCrud {
|
||||
$position['articleDescription'] = "";
|
||||
$position['articleUnit'] = 'Stk.';
|
||||
$positions[] = $position;
|
||||
} elseif (isset($position['article_text'])) {
|
||||
$position['articleTitle'] = $position['article_text'];
|
||||
$position['articleDescription'] = "";
|
||||
$position['articleUnit'] = 'Stk.';
|
||||
$positions[] = $position;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user