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:
5a7ae14
)
Fehlendes Upgrade für chart
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 24 Jun 2013 16:48:23 +0000
(18:48 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 25 Jun 2013 12:22:34 +0000
(14:22 +0200)
SL/DB/MetaSetup/Chart.pm
patch
|
blob
|
history
diff --git
a/SL/DB/MetaSetup/Chart.pm
b/SL/DB/MetaSetup/Chart.pm
index
b7c1b16
..
7903a3a
100644
(file)
--- a/
SL/DB/MetaSetup/Chart.pm
+++ b/
SL/DB/MetaSetup/Chart.pm
@@
-15,7
+15,7
@@
__PACKAGE__->meta->setup(
description => { type => 'text' },
charttype => { type => 'character', default => 'A', length => 1 },
category => { type => 'character', length => 1 },
- link => { type => 'text' },
+ link => { type => 'text'
, not_null => 1
},
taxkey_id => { type => 'integer' },
pos_bwa => { type => 'integer' },
pos_bilanz => { type => 'integer' },