fix customer update: update shares signed
| | |
| | | } |
| | | String sharesSigned = (String) setParams.get("sharessigned"); |
| | | if (assertNotNull(sharesSigned)) { |
| | | cust.setId(Integer.parseInt(sharesSigned)); |
| | | cust.setSharesSigned(Integer.parseInt(sharesSigned)); |
| | | } |
| | | String uidVat = (String) setParams.get("uidvat"); |
| | | if (assertNotNull(uidVat)) { |
| | |
| | | try { |
| | | Object execute = client.execute(MODULE + ".search", params); |
| | | Object[] result = (Object[]) execute; |
| | | assertTrue(result.length > 90); |
| | | assertTrue(result.length > 2); |
| | | } catch (XmlRpcException e) { |
| | | fail(e.getMessage()); |
| | | } |