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:
eb8ba47
)
Fehler in der Behandlung von Preisgruppen der wahrscheinlich die verschwindenden...
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 3 Jul 2012 17:12:53 +0000
(19:12 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 3 Jul 2012 17:16:51 +0000
(19:16 +0200)
SL/IS.pm
patch
|
blob
|
history
diff --git
a/SL/IS.pm
b/SL/IS.pm
index
d6acb2b
..
32b5171
100644
(file)
--- a/
SL/IS.pm
+++ b/
SL/IS.pm
@@
-2113,7
+2113,7
@@
sub get_pricegroups_for_parts {
$pkr->{price_ufmt} = $pkr->{price};
$pkr->{price} = $form->format_amount($myconfig, $pkr->{price}, 5);
- if (
$selectedpricegroup_id eq undef
) {
+ if (
!defined $selectedpricegroup_id
) {
# new entries in article list, either old invoice was loaded (edit) or a new article was added
# Case A: open old invoice, no pricegroup selected
# Case B: add new article to invoice, no pricegroup selected