Subversion Repositories eFlore/Applications.coel

Rev

Rev 1468 | Rev 1526 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1468 Rev 1513
Line 436... Line 436...
436
			valeur = structure.getId();
436
			valeur = structure.getId();
437
		}
437
		}
438
		return valeur;
438
		return valeur;
439
	}
439
	}
440
	private void setValeurComboStructures() {
440
	private void setValeurComboStructures() {
441
		if (structuresCombo.getCombo().getStore() != null 
441
		if (structuresCombo.getCombo().getStore() != null
442
				&& collection != null
442
				&& collection != null
443
				&& collection.getStructureNom() != null
443
				&& collection.getStructureNom() != null
444
				&& !UtilString.isEmpty(collection.getStructureNom())) {
444
				&& !UtilString.isEmpty(collection.getStructureNom())) {
445
			structuresCombo.chargerValeurInitiale(collection.getStructureNom(), "cs_nom");
445
			structuresCombo.chargerValeurInitiale(collection.getStructureNom(), "cs_nom");
446
		} else {
446
		} else {