Revision 14a0f366
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
- ID 14a0f36664f407b7a2bb4f3e5a237b4be5eb7cab
- Vorgänger 66c4c45c
SL/Controller/Reconciliation.pm | ||
---|---|---|
30 | 30 |
my ($self) = @_; |
31 | 31 |
|
32 | 32 |
$self->setup_search_action_bar; |
33 |
$self->render('reconciliation/search'); |
|
33 |
$self->render('reconciliation/search', |
|
34 |
title => t8('Reconciliation with bank'), |
|
35 |
); |
|
36 |
|
|
34 | 37 |
} |
35 | 38 |
|
36 | 39 |
sub action_reconciliation { |
... | ... | |
45 | 48 |
$self->setup_reconciliation_action_bar; |
46 | 49 |
$self->render('reconciliation/form', |
47 | 50 |
ui_tab => scalar(@{$self->{PROPOSALS}}) > 0?1:0, |
48 |
title => t8('Reconciliation')); |
|
51 |
title => t8('Reconciliation'), |
|
52 |
); |
|
49 | 53 |
} |
50 | 54 |
|
51 | 55 |
sub action_load_overview { |
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt