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

Ajout statut par defaut pour les Avis notice

parent ede6d145
No related merge requests found
......@@ -102,6 +102,8 @@ class Class_AvisNotice extends Storm_Model_Abstract {
protected $_table_primary = 'ID';
protected $_belongs_to = array('user' => array('model' => 'Class_Users',
'referenced_in' => 'id_user'));
protected $_default_attribute_values = array('statut' => 0);
protected $_notices;
public static function getLoader() {
......
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