MT#5879 Clean up code and db from invoice templates active flag.

agranig/pbx-dev-map
Irka 12 years ago
parent bb4c61b51f
commit 3ad099dd13

@ -0,0 +1,2 @@
USE billing;
alter table invoice_templates add column is_active boolean not null default 0;

@ -0,0 +1,2 @@
USE billing;
alter table invoice_templates drop column is_active;
Loading…
Cancel
Save