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:
b75f554
)
Waren: Nur gültige Preisgruppen anzeigen
author
root
<root@kivi>
Wed, 25 Aug 2021 09:58:50 +0000
(11:58 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Thu, 26 Aug 2021 10:07:25 +0000
(12:07 +0200)
SL/Controller/Part.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Part.pm
b/SL/Controller/Part.pm
index
cdab2a4
..
757f1ab
100644
(file)
--- a/
SL/Controller/Part.pm
+++ b/
SL/Controller/Part.pm
@@
-1100,7
+1100,7
@@
sub init_all_price_factors {
}
sub init_all_pricegroups {
- SL::DB::Manager::Pricegroup->get_all_sorted;
+ SL::DB::Manager::Pricegroup->get_all_sorted
(query => [ obsolete => 0 ])
;
}
# model used to filter/display the parts in the multi-items dialog