458459460461462463464465466467468
String numberOfParcelStr = ""; value = new Money(parcel.getPayValue()).getFloatValue(); Account account = null; try { account = (Account) system.query(new GetAccountByPersonId(parcel.getIdPersonReceived())); } catch (Exception e1) { e1.printStackTrace(); } try {