From 125c821bc4be3f497777492de3fd0ada9474e066 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Fri, 24 Apr 2015 20:47:45 +0200
Subject: [PATCH] add comment

---
 htdocs/install/mysql/tables/llx_stock_mouvement.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/install/mysql/tables/llx_stock_mouvement.sql b/htdocs/install/mysql/tables/llx_stock_mouvement.sql
index c757b5df7e1..a367c6952c5 100644
--- a/htdocs/install/mysql/tables/llx_stock_mouvement.sql
+++ b/htdocs/install/mysql/tables/llx_stock_mouvement.sql
@@ -32,7 +32,7 @@ create table llx_stock_mouvement
   type_mouvement  smallint,
   fk_user_author  integer,
   label           varchar(255),		-- comment on movement
-  inventorycode   varchar(128),
+  inventorycode   varchar(128),		-- code used to group different movement line into one operation (may be an inventory, a mass picking)
   fk_origin       integer,
   origintype      varchar(32)
 )ENGINE=innodb;
-- 
GitLab