Fix [2042466] Print Preview slow - data error

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2042466
This commit is contained in:
Carlos Ruiz 2010-03-11 20:15:19 +00:00
parent bdc810b343
commit 9c3a274453
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- Mar 11, 2010 3:09:41 PM COT
UPDATE M_Product SET DescriptionURL='http://www.adempiere.com/index.php/SampleProductDescriptionForDocumentation', ImageURL='http://www.adempiere.com/images/f/f5/C32.png', IsStocked='N',Updated=TO_DATE('2010-03-11 15:09:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE M_Product_ID=146
;
-- Mar 11, 2010 3:09:58 PM COT
UPDATE M_Product SET ImageURL='http://www.adempiere.com/images/f/f5/C32.png', IsStocked='N',Updated=TO_DATE('2010-03-11 15:09:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE M_Product_ID=126
;

View File

@ -0,0 +1,8 @@
-- Mar 11, 2010 3:09:41 PM COT
UPDATE M_Product SET DescriptionURL='http://www.adempiere.com/index.php/SampleProductDescriptionForDocumentation', ImageURL='http://www.adempiere.com/images/f/f5/C32.png', IsStocked='N',Updated=TO_TIMESTAMP('2010-03-11 15:09:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE M_Product_ID=146
;
-- Mar 11, 2010 3:09:58 PM COT
UPDATE M_Product SET ImageURL='http://www.adempiere.com/images/f/f5/C32.png', IsStocked='N',Updated=TO_TIMESTAMP('2010-03-11 15:09:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE M_Product_ID=126
;