details: https://code.openbravo.com/erp/devel/pi/rev/487d0f5b997e
changeset: 16812:487d0f5b997e
user: Javier Etxarri <javier.echarri <at> openbravo.com>
date: Tue Jun 12 15:51:15 2012 +0200
summary: Fixes issue 20736: "Return" check box which can be found in the
"Document Type" window is not working
diffstat:
src-db/database/model/functions/C_INVOICE_POST.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 3a1be18988dd -r 487d0f5b997e
src-db/database/model/functions/C_INVOICE_POST.xml
--- a/src-db/database/model/functions/C_INVOICE_POST.xml Tue Jun 12
15:42:05 2012 +0200
+++ b/src-db/database/model/functions/C_INVOICE_POST.xml Tue Jun 12
15:51:15 2012 +0200
@@ -313,7 +313,7 @@
AND c_invoice_id = v_Record_ID
AND NOT EXISTS (SELECT 1 FROM c_invoiceline L
LEFT JOIN M_PRODUCT P ON L.M_PRODUCT_ID = P.M_PRODUCT_ID
- LEFT JOIN C_DISCOUNT CD ON
CD.M_PRODUCT_ID=P.M_PRODUCT_ID
+ JOIN C_DISCOUNT CD ON CD.M_PRODUCT_ID=P.M_PRODUCT_ID
WHERE P.M_PRODUCT_ID=C_INVOICELINE.M_PRODUCT_ID);
IF (v_count <> 0) THEN
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits