fix update customer.firma

This commit is contained in:
Peter Hormanns 2013-07-02 17:20:59 +02:00
parent 7b3a532e14
commit fde6cbd9cd

View File

@ -193,7 +193,7 @@ public class CustomerRemote extends AbstractRemote {
} }
String firma = (String) setParams.get("contact_firma"); String firma = (String) setParams.get("contact_firma");
if (assertNotNull(firma)) { if (assertNotNull(firma)) {
c.setLastName(firma); c.setFirma(firma);
} }
String co = (String) setParams.get("contact_co"); String co = (String) setParams.get("contact_co");
if (assertNotNull(co)) { if (assertNotNull(co)) {