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