IDEMPIERE-958

This commit is contained in:
Nicolas Micoud 2013-06-19 19:47:30 +02:00
parent f35a0b7ae0
commit d0aec1964d
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ import org.compiere.model.POInfo;
/**
* Template for DocAction
*
* Instead of modifying DocumentEngine, you could simply extend DocOptions interface and use customizeValidActions
* @author Jorg Janke
* @version $Id: DocActionTemplate.java,v 1.3 2006/07/30 00:54:44 jjanke Exp $
*/
@ -427,5 +428,5 @@ public class DocActionTemplate extends PO implements DocAction
{
return false;
}
} // DocActionTemplate