fix update customer.firma
This commit is contained in:
parent
7b3a532e14
commit
fde6cbd9cd
@ -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)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user