FR [2799327] - Allow testing of accounting posting in development mode
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2799327&group_id=176962
This commit is contained in:
parent
d6c6c60fcc
commit
af8fd5e1e6
|
@ -52,9 +52,9 @@ import org.compiere.util.ValueNamePair;
|
|||
public class CConnection implements Serializable, Cloneable
|
||||
{
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -3653060934380586381L;
|
||||
private static final long serialVersionUID = -7893119456331485444L;
|
||||
/** Connection */
|
||||
private static CConnection s_cc = null;
|
||||
/** Logger */
|
||||
|
|
Loading…
Reference in New Issue