details: /erp/devel/pi-engdev/rev/7e7a9d9a2fcc
changeset: 6928:7e7a9d9a2fcc
user: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
date: Thu Apr 08 17:08:22 2010 +0200
summary: Fixes bug 0012870: Last calculated date
diffstat:
src-db/database/model/functions/FIN_GEN_PAYMENTSCHEDULE_INV.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 801e16431c11 -r 7e7a9d9a2fcc
src-db/database/model/functions/FIN_GEN_PAYMENTSCHEDULE_INV.xml
--- a/src-db/database/model/functions/FIN_GEN_PAYMENTSCHEDULE_INV.xml Thu Apr
08 19:20:51 2010 +0530
+++ b/src-db/database/model/functions/FIN_GEN_PAYMENTSCHEDULE_INV.xml Thu Apr
08 17:08:22 2010 +0200
@@ -347,7 +347,8 @@
SET TOTALPAID = v_PaidAmount,
OUTSTANDINGAMT = v_OutstandingAmount,
DUEAMT = V_DueAmount,
- DAYSTILLDUE = V_DayStillDue
+ DAYSTILLDUE = V_DayStillDue,
+ LASTCALCULATEDONDATE = NOW()
WHERE C_INVOICE_ID = P_RECORD_ID;
END;
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits