From 81ee0770bba3779b5f6c92e6e112f04d881b4953 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 13 Apr 2007 11:55:38 +0000 Subject: [PATCH] Ajout champs manquantmode_paiement --- htdocs/telephonie/sql/llx_telephonie_contrat_priseordre.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/telephonie/sql/llx_telephonie_contrat_priseordre.sql b/htdocs/telephonie/sql/llx_telephonie_contrat_priseordre.sql index 87326581b90..fdcc38d882d 100644 --- a/htdocs/telephonie/sql/llx_telephonie_contrat_priseordre.sql +++ b/htdocs/telephonie/sql/llx_telephonie_contrat_priseordre.sql @@ -1,5 +1,5 @@ -- ======================================================================== --- Copyright (C) 2005 Rodolphe Quiedeville +-- Copyright (C) 2005-2007 Rodolphe Quiedeville -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -33,8 +33,8 @@ create table llx_telephonie_contrat_priseordre ( avance_pourcent real, avance_duree smallint, rem_pour_prev real, - rem_pour_autr real - + rem_pour_autr real, + mode_paiement enum('vir','pre') default 'pre' )type=innodb;