Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/OpenConcerto/src/org/openconcerto/erp/core/sales/invoice/action/GenEtatStockAction.java |
---|
32,7 → 32,8 |
ReportingStockXmlSheet sheet = new ReportingStockXmlSheet(false); |
sheet.createDocumentAsynchronous().get(); |
sheet.showPrintAndExport(true, false, false, false, false); |
sheet.openDocument(false); |
} catch (Exception e) { |
ExceptionHandler.handle("Erreur de traitement", e); |
} |