Commit fc5cc2c5 authored by Aurel's avatar Aurel

fix display of fast input title when updating it

other parameter was storing and transforming a list as string which was then render as fast input title, now store the string value only
parent 9ae2ba0f
......@@ -335,7 +335,7 @@ if listbox is None:\n
\n
if check_float == 0:\n
precision = 4\n
other_parameter_list = (operation_currency, line_portal_type, read_only, column_base_category, use_inventory, fast_input_title, target_total_price, check_float)\n
other_parameter_list = (operation_currency, line_portal_type, read_only, column_base_category, use_inventory, fast_input_title[0], target_total_price, check_float)\n
context.Base_updateDialogForm(listbox=listbox\n
, calculated_price=total_price\n
, empty_line_number=0\n
......
579
\ No newline at end of file
580
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment