Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 931 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 931 Rev 1002
Line 35... Line 35...
35
	public function getTplNom() {
35
	public function getTplNom() {
36
		return self::TPL_VUE;
36
		return self::TPL_VUE;
37
	}
37
	}
Line 38... Line 38...
38
	
38
	
39
	private function supprimerCodeReftaxAvecNn($nn) {
39
	private function supprimerCodeReftaxAvecNn($nn) {
40
		$codeReftax = $this->parametres->reftaxCourant.'.nn:';
40
		$codeReftax = Registre::get('parametres.referentiel').'.nn:';
41
		return str_replace($codeReftax, '', $nn);
41
		return str_replace($codeReftax, '', $nn);
Line 42... Line 42...
42
	}
42
	}