Commit a84a474c authored by Romain Courteaud's avatar Romain Courteaud

[erp5_accounting] Update listbox in place

parent bdfe1f62
...@@ -42,7 +42,7 @@ if uids: ...@@ -42,7 +42,7 @@ if uids:
request.set('total_selected_amount', total_selected_amount) request.set('total_selected_amount', total_selected_amount)
if update: if update:
context.Base_updateDialogForm() context.Base_updateDialogForm(update=update)
return context.Base_renderForm( return context.Base_renderForm(
'AccountingTransactionModule_viewGroupingFastInputDialog', 'AccountingTransactionModule_viewGroupingFastInputDialog',
REQUEST=request, REQUEST=request,
......
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