New start for Adempiere system sequences -> 50000

This commit is contained in:
Carlos Ruiz 2006-12-12 02:25:59 +00:00
parent 73056a3f75
commit 32a19f9317
1 changed files with 2 additions and 1 deletions

View File

@ -715,7 +715,8 @@ public class MSequence extends X_AD_Sequence
/** Start Number */
public static final int INIT_NO = 1000000; // 1 Mio
/** Start System Number */
public static final int INIT_SYS_NO = 100;
// public static final int INIT_SYS_NO = 100; // start number for Compiere
public static final int INIT_SYS_NO = 50000; // start number for Adempiere
/** Static Logger */
private static CLogger s_log = CLogger.getCLogger(MSequence.class);