Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1237 Rev 1241
Line 697... Line 697...
697
				structureCollectee.setPays(comboPays.getRawValue());
697
				structureCollectee.setPays(comboPays.getRawValue());
698
			}
698
			}
699
			structureCollectee.setLatitude(latitudeChp.getValue());
699
			structureCollectee.setLatitude(latitudeChp.getValue());
700
			structureCollectee.setLongitude(longitudeChp.getValue());
700
			structureCollectee.setLongitude(longitudeChp.getValue());
Line 701... Line -...
701
			
-
 
702
			/* TODELETE
701
			
703
			structureCollectee.setTelephoneFixe(telChp.getValue());
702
			structureCollectee.setTelephoneFixe(telChp.getValue());
704
			structureCollectee.setFax(faxChp.getValue());
-
 
705
			*/
-
 
706
			
-
 
Line 707... Line 703...
707
			//FIXME personneSelectionnee.set("truk_telephone", hmIdentite.getChampMultiValeursMultiTypes("telephones").getValeurs());
703
			structureCollectee.setFax(faxChp.getValue());
708
			
704
			
Line 709... Line 705...
709
			structureCollectee.setCourriel(emailChp.getValue());
705
			structureCollectee.setCourriel(emailChp.getValue());
Line 787... Line 783...
787
				comboPays.setRawValue(identification.getPays());
783
				comboPays.setRawValue(identification.getPays());
788
			}
784
			}
789
			latitudeChp.setValue(identification.getLatitude());
785
			latitudeChp.setValue(identification.getLatitude());
790
			longitudeChp.setValue(identification.getLongitude());
786
			longitudeChp.setValue(identification.getLongitude());
Line 791... Line -...
791
			
-
 
792
			/* TODELETE
787
			
793
			telChp.setValue(identification.getTelephoneFixe());
788
			telChp.setValue(identification.getTelephoneFixe());
794
			faxChp.setValue(identification.getFax());*/
-
 
795
			
-
 
Line 796... Line 789...
796
			//FIXME hmIdentite.getChampMultiValeurs("telephones").peupler(personne.getString("truk_telephone"));
789
			faxChp.setValue(identification.getFax());
797
			
790
			
Line 798... Line 791...
798
			emailChp.setValue(identification.getCourriel());
791
			emailChp.setValue(identification.getCourriel());