Skip to content
Snippets Groups Projects
  • Nicolas Martinelli's avatar
    2ad4bd48
    [FIX] account: print multiple GL · 2ad4bd48
    Nicolas Martinelli authored
    When several accounts are selected to print their GL, the GL of only one
    is printed. This is due to two issues:
    - 'active_id' is retrieved instead of 'active_ids'
    - the method `get_action` is called with the wrong records. `self`
      refers to the wizard, not to the accounts selected.
    
    opw-676061
    2ad4bd48
    History
    [FIX] account: print multiple GL
    Nicolas Martinelli authored
    When several accounts are selected to print their GL, the GL of only one
    is printed. This is due to two issues:
    - 'active_id' is retrieved instead of 'active_ids'
    - the method `get_action` is called with the wrong records. `self`
      refers to the wizard, not to the accounts selected.
    
    opw-676061