Skip to content
Snippets Groups Projects
Commit b463aa69 authored by gloas's avatar gloas
Browse files

Tableau des exmplaires: suppression de l annee d edition dans la colonne Cote

parent 17ac4ec3
Branches
Tags
No related merge requests found
......@@ -74,7 +74,7 @@ class ZendAfi_View_Helper_Notice_Exemplaires extends Zend_View_Helper_HtmlElemen
if($preferences["section"]==1) $html.='<td class="section">'.Class_Codification::getInstance()->getLibelleFacette("S".$ex["section"]).'</td>';
if($preferences["emplacement"]==1) $html.='<td class="eplacement">'.Class_Codification::getInstance()->getLibelleFacette("E".$ex["emplacement"]).'</td>';
if($preferences["grouper"]==0) $html.='<td class="grouper">'.$ex["count(*)"].' ex.</td>';
$html.='<td class="cote">'.$ex["cote"].(isset($ex["edition"]) ? ' '.$ex["edition"] : '').'</td>';
$html.='<td class="cote">'.$ex["cote"].'</td>';
if($preferences["dispo"]==1) {
$class_dispo='';
if($ex["dispo"] == Class_WebService_SIGB_Exemplaire::DISPO_LIBRE){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment