瀏覽代碼

Merge branch 'develop'

prodstable
Guillaume Bourgeois 1 年之前
父節點
當前提交
ea31f98de2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      producer/views/order/order.php

+ 2
- 2
producer/views/order/order.php 查看文件

@@ -184,13 +184,13 @@ $producer = $this->context->getProducer();
if($pointSaleDistributions && count($pointSaleDistributions) > 0) {
echo '<div class="point-sales">' ;
foreach($pointSaleDistributions as $pointSaleDistribution) {
//if($pointSaleDistribution->pointSale->status == 1) {
if($pointSaleDistribution->pointSale->status == 1) {
echo $pointSaleDistribution->pointSale->name.'' ;
if(strlen($pointSaleDistribution->pointSale->locality)) {
echo ' ('.$pointSaleDistribution->pointSale->locality.')' ;
}
echo '<br />' ;
//}
}
}
echo '</div>' ;
}

Loading…
取消
儲存