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:
418f0e7
)
PriceSource: depends_on entfernt
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 28 Jul 2014 16:29:30 +0000
(18:29 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 18 Dec 2014 15:18:21 +0000
(16:18 +0100)
SL/PriceSource/Price.pm
patch
|
blob
|
history
diff --git
a/SL/PriceSource/Price.pm
b/SL/PriceSource/Price.pm
index
23d3a9e
..
b753e0c
100644
(file)
--- a/
SL/PriceSource/Price.pm
+++ b/
SL/PriceSource/Price.pm
@@
-5,7
+5,6
@@
use strict;
use parent 'SL::DB::Object';
use Rose::Object::MakeMethods::Generic (
scalar => [ qw(price description spec price_source invalid missing) ],
- array => [ qw(depends_on) ]
);
use SL::DB::Helper::Attr;