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:
parent
78627c68cd
commit
53d2ef5a81
|
@ -48,6 +48,19 @@ import org.compiere.util.Trx;
|
|||
*/
|
||||
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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue