Revision 65a7a720
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
526 | 526 |
|
527 | 527 |
# Set the error handler to reload the document and display errors later, |
528 | 528 |
# because the document is already saved and saving can have some side effects |
529 |
# such as generating a document number, project number or reocrd links,
|
|
529 |
# such as generating a document number, project number or record links,
|
|
530 | 530 |
# which will be up to date when the document is reloaded. |
531 | 531 |
# Hint: Do not use "die" here and try to catch exceptions in subroutine |
532 | 532 |
# calls. You should use "$::form->error" which respects the error handler. |
Auch abrufbar als: Unified diff
Order-Controller: Typo in Kommentar