detailCommand.setPrixUnitd(0d);
if(sysProduit.getQteOpti()-sysProduit.getQntContenant()>-1)
detailCommand.setQteContenant(sysProduit.getQteOpti()-sysProduit.getQntContenant());
detailCommand.setQteDetail(0);
this.cproperties.setUseDetail(Boolean.parseBoolean(sysProduit.getUseDetail()));
detailCommand.setId(new DetailCommandId());
detailCommand.setSysProduit(sysProduit);
detailCommand.setSysAdherent(new SysAdherent(this.getParamsUser().adherent.getIdAdherent()));
detailCommand.setCodFourn(Integer.parseInt(this.cproperties.idFournisseur));
detailCommand.setCodUser(getParamsUser().sysUser.getId().getIdUser());
this.getModelDetailCommande().add(detailCommand);