@@ -813,6 +813,14 @@ class predeposit_helper
$this->inc_rate_version();
$this->del_rates();
}
+ else
+ {
+ $cent = intval($ret * 100 + 0.5);
+ if($cent > 0) {
+ $this->inc_rate_version();
+ $this->del_rates();
+ }
return $ret;