Works on paypal module

Fix: replace ref_ext by ref_int
This commit is contained in:
Regis Houssin
2011-05-24 09:50:51 +00:00
parent 8231a6276b
commit e77298321a
12 changed files with 54 additions and 52 deletions

View File

@@ -54,6 +54,7 @@ class Commande extends CommonObject
var $ref;
var $ref_client;
var $ref_ext;
var $ref_int;
var $contactid;
var $fk_project;
var $statut; // -1=Canceled, 0=Draft, 1=Validated, (2=Accepted/On process not managed for customer orders), 3=Closed (Sent/Received, billed or not)