Skip to content
Snippets Groups Projects
Commit e5ac35c5 authored by Laurent's avatar Laurent
Browse files

Add default value for fond

parent e34835ef
Branches
Tags
2 merge requests!1710Dev#44520 bonus recette fiche bibliotheque afficher la boite fonds,!1706Dev#44520 bonus recette fiche bibliotheque afficher la boite fonds
......@@ -260,6 +260,7 @@ class Class_Bib extends Storm_Model_Abstract {
'ville' => '',
'adresse' => '',
'mail' => '',
'fond' => '',
'telephone' => '',
'aff_zone' => '',
'interdire_resa' => 0,
......@@ -951,4 +952,4 @@ class Class_Bib extends Storm_Model_Abstract {
return $this;
}
}
}
\ No newline at end of file
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