projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4252995
)
Nicht vorhandene Spalte aus Rose-Mapping entfernen.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 22 Apr 2013 10:18:21 +0000
(12:18 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Mon, 22 Apr 2013 10:18:21 +0000
(12:18 +0200)
deviating_fiscal_year kam wohl aus Versehen im
commit
693e58208df2667024aaf4ac92cb8f8e8d820b38
rein.
SL/DB/MetaSetup/Default.pm
patch
|
blob
|
history
diff --git
a/SL/DB/MetaSetup/Default.pm
b/SL/DB/MetaSetup/Default.pm
index
55d1e5e
..
bb174eb
100644
(file)
--- a/
SL/DB/MetaSetup/Default.pm
+++ b/
SL/DB/MetaSetup/Default.pm
@@
-67,7
+67,6
@@
__PACKAGE__->meta->setup(
ir_show_mark_as_paid => { type => 'boolean', default => 'true' },
ar_show_mark_as_paid => { type => 'boolean', default => 'true' },
ap_show_mark_as_paid => { type => 'boolean', default => 'true' },
- deviating_fiscal_year => { type => 'boolean' },
assemblynumber => { type => 'text' },
],