gb float
This commit is contained in:
parent
24e9ca8ccd
commit
fd24ccd89b
|
|
@ -293,7 +293,7 @@ class Order extends ComponentBase
|
||||||
$mustPayCalcQQ = ($orderDatas[$x]->order_all_price - $orderDatas[$x]->all_payments);
|
$mustPayCalcQQ = ($orderDatas[$x]->order_all_price - $orderDatas[$x]->all_payments);
|
||||||
|
|
||||||
if($mustPayCalcQQ < 0){
|
if($mustPayCalcQQ < 0){
|
||||||
$mustPay = 'artykmaç '.abs($mustPayCalc).' $';
|
$mustPay = 'artykmaç '.abs((float)$mustPayCalc).' $';
|
||||||
}else if($mustPayCalcQQ == 0){
|
}else if($mustPayCalcQQ == 0){
|
||||||
$mustPay = '';
|
$mustPay = '';
|
||||||
} else{
|
} else{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue