details:   /erp/devel/int/rev/f25b4233f7e6
changeset: 7170:f25b4233f7e6
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Fri Apr 30 16:13:06 2010 +0200
summary:   Fixed issue 13172. NOT NULL statements will no longer be issued if 
the table has been recreated twice, as the constraints are already activated.

details:   /erp/devel/int/rev/be233422f299
changeset: 7171:be233422f299
user:      Adrián Romero <adrianromero <at> openbravo.com>
date:      Fri Apr 30 16:45:11 2010 +0200
summary:   Fixes issue 0013164: PDF of Price List Report does not work

diffstat:

 src-db/database/lib/dbsourcemanager.jar                     |    0 
 src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r a8e14b670548 -r be233422f299 src-db/database/lib/dbsourcemanager.jar
Binary file src-db/database/lib/dbsourcemanager.jar has changed
diff -r a8e14b670548 -r be233422f299 
src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
--- a/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html       Fri Apr 
30 15:11:00 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html       Fri Apr 
30 16:45:11 2010 +0200
@@ -398,7 +398,7 @@
                 <div>
                   <button type="button" 
                     class="ButtonLink" 
-                    onclick="openServletNewWindow('EDIT_PDF', true, 
'ReportPricelist.pdf', 'ReportPricelist', null, false, '700', '1000', 
true);return false;" 
+                    onclick="openServletNewWindow('EDIT_PDF', true, 
'ReportPricelist.html', 'ReportPricelist', null, false, '700', '1000', 
true);return false;"
                     onfocus="buttonEvent('onfocus', this); 
window.status='Export Results to PDF Format'; return true;" 
                     onblur="buttonEvent('onblur', this);" 
                     onkeyup="buttonEvent('onkeyup', this);" 

------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to