diff --git a/plugins/romanah/gokbakja/components/Order.php b/plugins/romanah/gokbakja/components/Order.php index 4594fd2..a973bcd 100644 --- a/plugins/romanah/gokbakja/components/Order.php +++ b/plugins/romanah/gokbakja/components/Order.php @@ -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{