Skip to content
Snippets Groups Projects
Commit 976136c0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Ajout d'un code dans la table llx_c_methode_commande_fournisseur pour fournir...

Ajout d'un code dans la table llx_c_methode_commande_fournisseur pour fournir un identifiant indépendant de la langue.
parent 88a7c9c5
Branches
Tags
No related merge requests found
-- ========================================================================
-- 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment