Ajout grille_tarif
This commit is contained in:
parent
1d9ee6c9df
commit
929fe54171
@ -40,6 +40,8 @@ create table llx_telephonie_contrat (
|
|||||||
isfacturable enum('oui','non') DEFAULT 'oui',
|
isfacturable enum('oui','non') DEFAULT 'oui',
|
||||||
mode_paiement enum('vir','pre') DEFAULT 'pre',
|
mode_paiement enum('vir','pre') DEFAULT 'pre',
|
||||||
|
|
||||||
|
grille_tarif integer DEFAULT 1,
|
||||||
|
|
||||||
note text,
|
note text,
|
||||||
|
|
||||||
UNIQUE (ref)
|
UNIQUE (ref)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user