Process Print Invoices not Jasper-enabled

Please enforce backward compatibility when possible.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2973199
This commit is contained in:
teo_sarca 2010-06-18 09:07:33 +00:00
parent 78627c68cd
commit 53d2ef5a81
1 changed files with 13 additions and 0 deletions

View File

@ -48,6 +48,19 @@ import org.compiere.util.Trx;
*/ */
public class ReportCtl public class ReportCtl
{ {
/**
* @deprecated Please use {@link ServerReportCtl#PARAM_PRINTER_NAME}
*/
public static final String PARAM_PRINTER_NAME = ServerReportCtl.PARAM_PRINTER_NAME;
/**
* @deprecated Please use {@link ServerReportCtl#PARAM_PRINT_FORMAT}
*/
public static final String PARAM_PRINT_FORMAT = ServerReportCtl.PARAM_PRINT_FORMAT;
/**
* @deprecated Please use {@link ServerReportCtl#PARAM_PRINT_INFO}
*/
public static final String PARAM_PRINT_INFO = ServerReportCtl.PARAM_PRINT_INFO;
/** /**
* Constructor - prevent instance * Constructor - prevent instance
*/ */