瀏覽代碼

edit bugs business pdf

ifah
Siti Hajar Ibrahim 5 年之前
父節點
當前提交
f06c27263e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      resources/views/pdf/newBusiness-pdf.blade.php

+ 4
- 0
resources/views/pdf/newBusiness-pdf.blade.php 查看文件

@@ -372,7 +372,11 @@
<b>RM {{ $p->promotion_price }}</b> ( RM {{ number_format(floatval($p->promotion_price) * 1.06, 2) }} )
</td>
@elseif($p->promotion_price == '0' || $package->contract == "12" )
@if ( $p->package_name == '1')
<td style="font-size: 11px;"><b>RM {{ $p->retail_price }}</b> ( RM 3708.94 )</td>
@else
<td style="font-size: 11px;"><b>RM {{ $p->retail_price }}</b> ( RM {{ number_format(floatval($p->retail_price) * 1.06, 2) }} )</td>
@endif
@endif
<td>&nbsp;</td>
</tr>

Loading…
取消
儲存