You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing on "cancellation all users" (booking/777) I found that in the modal_cancel_all_addcredit modal only ixed values quota consumed gas shown - when actual quota consumed by user not beig show.
Further debugging reveals that only get_config('local_shopping_cart', 'calculateconsumationfixedpercentage')
has been processed in the definition() method.
And get_config('local_shopping_cart', 'calculateconsumation')
was not procedded at all.
PS: I have proposed a solution
The text was updated successfully, but these errors were encountered:
During testing on "cancellation all users" (booking/777) I found that in the
modal_cancel_all_addcredit
modal only ixed values quota consumed gas shown - when actual quota consumed by user not beig show.Further debugging reveals that only
get_config('local_shopping_cart', 'calculateconsumationfixedpercentage')
has been processed in the
definition()
method.And
get_config('local_shopping_cart', 'calculateconsumation')
was not procedded at all.
PS: I have proposed a solution
The text was updated successfully, but these errors were encountered: