Dev#62394 contractuel afficher les raisons des actions non possibles prolonger reserver koha
Merged
requested to merge dev#62394_contractuel_afficher_les_raisons_des_actions_non_possibles_prolonger_reserver_koha into WIP
1 unresolved thread
Merge request reports
Activity
Filter activity
63 'restriction' => $this->_('limitation sur l\'âge'), 64 'overdue' => $this->_('documents en retard'), 65 'too_soon' => $this->_('trop tôt pour renouveler') 66 ]; 67 68 return isset($error_messages[$code]) 69 ? $default_message.' : '.$error_messages[$code] 70 : $default_message; 71 } 72 73 74 protected function _findErrorTagInXml($xml,$tag) { 75 if ($error = $this->_getTagData($xml,$tag)) 76 return $error; 77 78 if ($success = $this->_getTagData($xml,'success')) enabled an automatic merge when the pipeline for 957a1fcf succeeds
mentioned in commit 0284aacc