Code comment

This commit is contained in:
Laurent Destailleur 2017-05-05 12:51:47 +02:00
parent 38a4845c0e
commit 884b261df5

View File

@ -154,7 +154,7 @@ class SupplierProposal extends CommonObject
*/
const STATUS_SIGNED = 2;
/**
* Not signed quote
* Not signed quote, canceled
*/
const STATUS_NOTSIGNED = 3;
/**