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;