浏览代码

add retail price for business pdf

ifah
父节点
当前提交
a1a3c298a8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      resources/views/pdf/newBusiness-pdf.blade.php

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

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

正在加载...
取消
保存