09-26-2016, 02:34 AM
The problem is when I set Group Rules -> ANY GROUP ROLE -> Edit -> Items Rate | Items prices are multiplied by this number. Default is 1 -> Instead of being "1" It makes it "0.999" and if I change it back to "1" it forces it back to "0.999" I cannot even set it to anything above "0.999."
0.98 works but any whole number, it will not save.
Again, no matter what I change this field to, it will ALWAYS go back to 0.999 UNLESS it is X < 0.999. http://prntscr.com/cm79ph
Cache: newpoints_rules
Array
(
[group] => Array
(
[10] => Array
(
[rid] => 1
[gid] => 10
[name] => Ruby Membership
[description] => Payment for Ruby Members
[rate] => 1.5
[pointsearn] => 100.00
[period] => 86400
[lastpay] => 0
[items_rate] => 0.999 <----------------------
)
[7] => Array
(
[rid] => 2
[gid] => 7
[name] => Testing
[description] => Testing
[rate] => 2
[pointsearn] => 200.00
[period] => 2
[lastpay] => 0
[items_rate] => 0.999 <---------------------------
)
)
)
0.98 works but any whole number, it will not save.
Again, no matter what I change this field to, it will ALWAYS go back to 0.999 UNLESS it is X < 0.999. http://prntscr.com/cm79ph
Cache: newpoints_rules
Array
(
[group] => Array
(
[10] => Array
(
[rid] => 1
[gid] => 10
[name] => Ruby Membership
[description] => Payment for Ruby Members
[rate] => 1.5
[pointsearn] => 100.00
[period] => 86400
[lastpay] => 0
[items_rate] => 0.999 <----------------------
)
[7] => Array
(
[rid] => 2
[gid] => 7
[name] => Testing
[description] => Testing
[rate] => 2
[pointsearn] => 200.00
[period] => 2
[lastpay] => 0
[items_rate] => 0.999 <---------------------------
)
)
)