Merge pull request #4039 from frederic34/patch-9

typo
This commit is contained in:
Laurent Destailleur 2015-11-21 01:51:56 +01:00
commit bfaa8d539f

View File

@ -112,7 +112,7 @@ class Commande extends CommonOrder
var $nbtodolate;
/**
* ERR Not engouch stock
* ERR Not enough stock
*/
const STOCK_NOT_ENOUGH_FOR_ORDER = -3;
@ -3315,7 +3315,7 @@ class Commande extends CommonOrder
/**
* Class to mange order lines
* Class to manage order lines
*/
class OrderLine extends CommonOrderLine
{