Ajout champs manquantmode_paiement
This commit is contained in:
parent
386d1590ff
commit
81ee0770bb
@ -1,5 +1,5 @@
|
||||
-- ========================================================================
|
||||
-- Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
-- Copyright (C) 2005-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
--
|
||||
-- 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;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user