Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0001948Openbravo ERP07. Sales managementpublic2007-09-13 03:152008-06-12 09:43
user71 
rafaroda 
normalminoralways
closedfixed 
5
 
2.35 
No
Core
No
0001948: Goods Shipment does not produce printout by default
The GoodsShipment window will produce an empty pdf when you try to print it.

This is because the RptM_InOut servlet uses the number of copies set in the MM Shipment document to retrieve data. By default the number of copies is zero, so no pages are printed.

Every other document will print at least one copy when it's number of copies is set to zero. RptM_Inout should do the same.

The attached patch changes RptM_inout to check the number of copies retreived from db and when it is zero, change it to one.
No tags attached.
Issue History

Notes
(0005537)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1793607 [^]
(0002094)
psarobe   
2007-09-18 09:01   
(edited on: 2008-06-12 09:21)
Logged In: YES
user_id=1500703
Originator: NO

Please tell us the environment: OS, DB, release, Browser
(0002095)
user71   
2007-09-18 09:11   
(edited on: 2008-06-12 09:21)
Logged In: YES
user_id=1737231
Originator: YES

Sorry, I should know better than that.

OS: Linux - Centos 4 (test/prod) & Windows XP (dev)
DB: Postgres 8.1.9 (test/prod) & 8.2.4 (dev)
Release: 2.33
Browser: Firefox 2.0.0.6, IE 7
(0002096)
rafaroda   
2007-10-23 15:26   
(edited on: 2008-06-12 09:21)
Logged In: YES
user_id=1892190
Originator: NO

Verification assigned to rafaroda.