]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/RecordTemplate.pm
Rechnungsadresse aus den Stammdaten bei periodischen Rechnungen verwenden (Anzeige...
[mfinanz.git] / SL / DB / MetaSetup / RecordTemplate.pm
index 8fe4cf9dc0d195d3d81d0cc07f421a2c7ac97617..a9f6f8814eda0b9cb65dbfada578dfe5483d251b 100644 (file)
@@ -25,6 +25,7 @@ __PACKAGE__->meta->columns(
   ordnumber      => { type => 'text' },
   project_id     => { type => 'integer' },
   reference      => { type => 'text' },
   ordnumber      => { type => 'text' },
   project_id     => { type => 'integer' },
   reference      => { type => 'text' },
+  show_details   => { type => 'boolean', default => 'false', not_null => 1 },
   taxincluded    => { type => 'boolean', default => 'false', not_null => 1 },
   template_name  => { type => 'text', not_null => 1 },
   template_type  => { type => 'enum', check_in => [ 'ar_transaction', 'ap_transaction', 'gl_transaction' ], db_type => 'record_template_type', not_null => 1 },
   taxincluded    => { type => 'boolean', default => 'false', not_null => 1 },
   template_name  => { type => 'text', not_null => 1 },
   template_type  => { type => 'enum', check_in => [ 'ar_transaction', 'ap_transaction', 'gl_transaction' ], db_type => 'record_template_type', not_null => 1 },