Commit 9c41b1b4 by Angel MAS

fixes

parent d3a2de64
...@@ -16,7 +16,9 @@ class SaleShop extends Model ...@@ -16,7 +16,9 @@ class SaleShop extends Model
'shipping_status', 'shipping_status',
'coupon', 'coupon',
'facturacion', 'facturacion',
'home_delivery' 'home_delivery',
'months',
'interests',
]; ];
......
...@@ -27,8 +27,8 @@ setlocale(LC_MONETARY, 'en_US'); ...@@ -27,8 +27,8 @@ setlocale(LC_MONETARY, 'en_US');
@if($promo != null) @if($promo != null)
| - | 1 | Descuento *** {{$order->coupon}} *** | {{" - ".$promo['amount']}} | {{" - ".$promo['amount']}}| | - | 1 | Descuento *** {{$order->coupon}} *** | {{" - ".$promo['amount']}} | {{" - ".$promo['amount']}}|
@endif @endif
@if($sale->months != null) @if($order->months != null)
| - | - | - | Meses sin intereses: | {{money_format('%(#10n', $sale->interests)}}| | - | - | - | Meses sin intereses: | {{money_format('%(#10n', $order->interests)}}|
@endif @endif
| - | - | - | Total: | {{money_format('%(#10n',$order->total)}}| | - | - | - | Total: | {{money_format('%(#10n',$order->total)}}|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment