Jelajahi Sumber

update refill order success ratio

ayHaru 4 tahun lalu
induk
melakukan
597388d94d
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      admin/templates/default/refill.order.index.php

+ 1 - 0
admin/templates/default/refill.order.index.php

@@ -224,6 +224,7 @@
                                     echo '0%';
                                 } else {
                                   $ratio = sprintf("%.2f",$output['stat']['success']['order_count'] / $count);
+                                  $ratio = $ratio * 100;
                                     echo "{$ratio}%";
                                 }
                             ?></li>