Merge branch 'WarehouseEShop/fix-article-packet-matching' into 'master'
- See merge request fronk/thetool!1306
This commit is contained in:
@@ -169,7 +169,7 @@ class WarehouseEShopOrderController extends TTCrud {
|
||||
$articleExtRef = $articleExtRef->externalArticleNumber ?? null;
|
||||
$articleTitle = $item->articleId ? $articles[$article]->title : $articlePackets[$articlePacket]->title;
|
||||
$quantity = $item->quantity;
|
||||
$body .= "$quantity x $articleExtRef ($articleTitle)\n";
|
||||
$body .= $item->articleId ? "$quantity x $articleExtRef ($articleTitle)\n" : "$quantity x $articleTitle\n";
|
||||
}
|
||||
$body .= "\n\n";
|
||||
$body .= "CSV der Bestellung ist im Anhang.\n\n";
|
||||
|
||||
Reference in New Issue
Block a user