Revision 92483c53
Von Jan Büren vor fast 15 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
1081 | 1081 |
} |
1082 | 1082 |
# /saving the history |
1083 | 1083 |
remove_draft() if $form->{remove_draft}; |
1084 |
# Dieser Text wird niemals ausgegeben: Probleme beim redirect? |
|
1084 | 1085 |
$form->redirect($locale->text('Transaction posted!')); |
1086 |
} else { |
|
1087 |
$form->error($locale->text('Cannot post transaction!')); |
|
1085 | 1088 |
} |
1086 |
$form->error($locale->text('Cannot post transaction!')); |
|
1087 | 1089 |
|
1088 | 1090 |
$main::lxdebug->leave_sub(); |
1089 | 1091 |
} |
Auch abrufbar als: Unified diff
Finanzbuchhaltung
> Kreditorenbuchung. Gibt derzeit keine Rückmeldung mehr, ob die Buchung erfolgreich durchgeführt wurde. Ferner gibt die Backend-Funktion AP>post_transaction immer wahr zurück. Minimal verbessert und kommentiert, ohne das Ursprungsproblem zu lösen ...