Re: Typo error in ProductWorker

2009-04-24 Thread Jacques Le Roux
Actually the typo exists also in the parameter; I changed both at r768425 Please use rather user ML for such reports, see why here : http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:dev@ofbiz.apache.org Thanks Jacques From: "Cimballi" Hi guys, I think there is

Typo error in ProductWorker

2009-04-24 Thread Cimballi
Hi guys, I think there is a typo error in the class "org.ofbiz.product.product.ProductWorker". Line 821 : public static String getProductTypeId(GenericDelegator delegator, String productI) { Should be "productId". Cimballi