Skip to content
Snippets Groups Projects
Commit 929fe541 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout grille_tarif

parent 1d9ee6c9
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ create table llx_telephonie_contrat (
isfacturable enum('oui','non') DEFAULT 'oui',
mode_paiement enum('vir','pre') DEFAULT 'pre',
grille_tarif integer DEFAULT 1,
note text,
UNIQUE (ref)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment