From 976136c0e24cd1a7ab8b450cd47c1db16fbbc6ab Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Fri, 14 Jan 2005 18:36:54 +0000
Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20code=20dans=20la=20table=20llx?=
 =?UTF-8?q?=5Fc=5Fmethode=5Fcommande=5Ffournisseur=20pour=20fournir=20un?=
 =?UTF-8?q?=20identifiant=20ind=E9pendant=20de=20la=20langue.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mysql/tables/llx_c_methode_commande_fournisseur.sql | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mysql/tables/llx_c_methode_commande_fournisseur.sql b/mysql/tables/llx_c_methode_commande_fournisseur.sql
index 139a5d2e291..c4ddb5b69a4 100644
--- a/mysql/tables/llx_c_methode_commande_fournisseur.sql
+++ b/mysql/tables/llx_c_methode_commande_fournisseur.sql
@@ -1,5 +1,6 @@
 -- ========================================================================
 -- Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
+-- Copyright (C) 2005 Laurent Destailleur  <eldy@users.sourceforge.net>
 --
 -- $Id$
 -- $Source$
@@ -23,6 +24,7 @@
 create table llx_c_methode_commande_fournisseur
 (
   rowid    integer AUTO_INCREMENT PRIMARY KEY,
+  code     varchar(30),
   libelle  varchar(30),
   active   tinyint default 1  NOT NULL
 )type=innodb;
-- 
GitLab