Skip to content
Snippets Groups Projects
Commit bab35379 authored by llaffont's avatar llaffont
Browse files

Correction customization des codes dispo Koha

parent 8770cd1f
Branches
Tags
No related merge requests found
......@@ -49,8 +49,6 @@ class Class_WebService_SIGB_Koha_GetRecordsResponseReader {
public function setCodificationDisponibilites($codif) {
if (!trim($codif))
return $this;
foreach($codif as $status => $libelle)
$this->_not_for_loan_status[$status] = $libelle;
return $this;
......
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