Notes |
|
(0005785)
|
user71
|
2005-06-01 00:00
(edited on: 2008-06-12 09:43) |
|
|
|
(0002535)
|
Hennadzi
|
2007-10-30 16:50
(edited on: 2008-06-12 09:22) |
|
|
|
(0002536)
|
Hennadzi
|
2007-10-30 16:52
(edited on: 2008-06-12 09:22) |
|
|
|
(0002537)
|
user71
|
2008-01-09 10:03
(edited on: 2008-06-12 09:22) |
|
Logged In: YES
user_id=1236898
Originator: NO
I am experiencing the same error. I hope this bugs will be fix soon.
I had to comment out the offending code in @installsrcdir@/src/org/openbravo/erpCommons/ad_forms/DebtPaymentUnapply.java on line 111 to 117 as follows:
111: // OBError myMessage = vars.getMessage("DebtPaymentUnapply");
112: // vars.removeMessage("DebtPaymentUnapply");
113: // if (myMessage!=null) {
114: // xmlDocument.setParameter("messageType", myMessage.getType());
115: // xmlDocument.setParameter("messageTitle", myMessage.getTitle());
116: // xmlDocument.setParameter("messageMessage", myMessage.getMessage());
117: // }
What will be the consequences for doing this? Please advice. |
|
|
(0002538)
|
pheenan
|
2008-04-24 16:38
(edited on: 2008-06-12 09:22) |
|
Logged In: YES
user_id=1883435
Originator: NO
Fixed in 2.3x branch. Revision 3773. Instantiate OBError object correctly and removing Cancel button from form.
Fix to be applied to trunk. |
|
|
(0002539)
|
pheenan
|
2008-04-24 16:57
(edited on: 2008-06-12 09:22) |
|
Logged In: YES
user_id=1883435
Originator: NO
Fixed in 2.3x branch. Revision 3773. Instantiate OBError object correctly and removing Cancel button from form.
Fix to be applied to trunk. |
|
|
(0002540)
|
pheenan
|
2008-04-24 17:05
(edited on: 2008-06-12 09:22) |
|
Logged In: YES
user_id=1883435
Originator: NO
Fixed in 2.3x branch. Revision 3773. Instantiate OBError object correctly and removing Cancel button from form.
Fix to be applied to trunk. |
|
|
(0002541)
|
pheenan
|
2008-05-06 13:17
(edited on: 2008-06-12 09:22) |
|
Logged In: YES
user_id=1883435
Originator: NO
Fixed in revision 3964.
Instantiate OBError object correctly.
Process now checks that an entry has been ticked and if not returns info message to say 'No records selected'.
Added column for currency and broke out the Amount into Amount and Currency - Amount not being returned correctly to the column.
Added extra replace parameter to xsql file to replace the language clause with the current language parameter for the application.
Amended column widths. |
|