This commit is contained in:
Shohrat 2024-01-26 15:21:32 +05:00
parent 24e9ca8ccd
commit fd24ccd89b
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ class Order extends ComponentBase
$mustPayCalcQQ = ($orderDatas[$x]->order_all_price - $orderDatas[$x]->all_payments);
if($mustPayCalcQQ < 0){
$mustPay = 'artykmaç '.abs($mustPayCalc).' $';
$mustPay = 'artykmaç '.abs((float)$mustPayCalc).' $';
}else if($mustPayCalcQQ == 0){
$mustPay = '';
} else{