shish 3 سال پیش
والد
کامیت
8a7005ccac
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      biz-ghs/product/classes/ProductClass.php

+ 1 - 1
biz-ghs/product/classes/ProductClass.php

@@ -242,7 +242,7 @@ class ProductClass extends BaseClass
                 $mll = 0;
                 $mll = 0;
             } else {
             } else {
                 $profit = bcsub($price, $cost, 2);
                 $profit = bcsub($price, $cost, 2);
-                $mll = bcdiv($profit, $cost, 3);
+                $mll = bcdiv($profit, $price, 3);
                 $mll = bcmul($mll, 100);
                 $mll = bcmul($mll, 100);
                 $mll = round($mll, 1);
                 $mll = round($mll, 1);
             }
             }