Untitled
elif encode_parameter_value(value=use_price_factor): if portion > 1: if portion == 2: price_factor = item.koef_2 / 1000 elif portion == 3: price_factor = item.koef_3 / 1000 elif portion == 4: price_factor = item.koef_4 / 1000 elif not encode_parameter_value(value=use_price_factor): if portion > 1: if portion == 2: price_factor = 500 / 1000 elif portion == 3: price_factor = 333 / 1000 elif portion == 4: price_factor = 250 / 1000
Leave a Comment