Fix a sequencing issue in the ITransact postback routine, where it uses

an object before it is validated.
This commit is contained in:
Colin Kuskie 2009-02-10 22:46:50 +00:00
parent 9924eead58
commit 6aa9185c1c
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,6 @@
7.6.12
- fixed: During postback on a recurring transaction, the routine could error out instead of catching an error.
7.6.11
- fixed: Asset Manager can generate URLs that are too long
- fixed #9629: override stringify date format to use java default format.