Fixed display problems with invoices

This commit is contained in:
Manuel Cillero 2017-09-03 17:12:32 +02:00
parent 977630f995
commit 42355f66e6
4 changed files with 14 additions and 28 deletions

View file

@ -192,6 +192,7 @@ function stormorganization_node_info() {
'module' => 'stormorganization',
'description' => t("An organization for SuiteDesk."),
'title_label' => t("Name"),
'has_body' => FALSE,
)
);
}