Standardstundensatz in Tabelle defaults speichern, nicht in Konfigurationsdatei
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index 435fd27..c8f4ed4 100644 (file)
@@ -28,6 +28,7 @@ __PACKAGE__->meta->columns(
   coa                                           => { type => 'text' },
   company                                       => { type => 'text' },
   currency_id                                   => { type => 'integer', not_null => 1 },
+  customer_hourly_rate                          => { type => 'numeric', precision => 2, scale => 8 },
   customernumber                                => { type => 'text' },
   datev_check_on_ap_transaction                 => { type => 'boolean', default => 'true' },
   datev_check_on_ar_transaction                 => { type => 'boolean', default => 'true' },