Fix: renommage du champs "note" en "description"
Add: ajout des champs "note_private" et "note_public"
This commit is contained in:
parent
d3d6ce0643
commit
199aebc5cb
@ -47,7 +47,7 @@ class Fichinter extends CommonObject
|
||||
var $ref;
|
||||
var $date;
|
||||
var $duree;
|
||||
var $description
|
||||
var $description;
|
||||
var $note_private;
|
||||
var $note_public;
|
||||
var $projet_id;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user