This commit is contained in:
mjudd 2008-11-21 09:34:28 +00:00
parent ba0fe51af4
commit 3b2f546a29
1 changed files with 4 additions and 3 deletions

View File

@ -20,8 +20,9 @@
**/
/**
@author ashley
*/
* @author ashley
* @author mjudd - BF2319969 - https://sourceforge.net/tracker/index.php?func=detail&aid=2319969&group_id=176962&atid=879332
*/
package org.posterita.factory;
@ -37,7 +38,7 @@ import org.posterita.businesslogic.MenuManager;
import org.posterita.businesslogic.performanceanalysis.POSReportManager;
import org.posterita.exceptions.OperationException;
import org.posterita.lib.UdiConstants;
import org.posterita.model.MWebMenu;
import org.compiere.model.MWebMenu;
import org.posterita.order.UDIOrderTypes;
public class POSMenuFactory extends AbstractFactory