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:
bbb98e0
)
Preisgruppenüberbleibsel entfernt
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 25 Jun 2015 15:10:28 +0000
(17:10 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 25 Jun 2015 15:10:28 +0000
(17:10 +0200)
Aus der Preisgruppenumstellung
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
2ef7319
..
6b4cad7
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-762,15
+762,6
@@
sub check_form {
$form->{creditremaining} -= &invoicetotal;
}
- #sk
- # if pricegroups
- if ( $form->{type} =~ (/sales_quotation/)
- or (($form->{level} =~ /Sales/) and ($form->{type} =~ /invoice/))
- or (($form->{level} eq undef) and ($form->{type} =~ /invoice/))
- or ($form->{type} =~ /sales_order/)) {
-
- }
-
&display_form;
$main::lxdebug->leave_sub();