X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/57bf9c89a037036fcf433de39643778854defe51..51fa09f29ebea609f58d14506d6938c0e0ee1ab0:/bin/mozilla/pe.pl
diff --git a/bin/mozilla/pe.pl b/bin/mozilla/pe.pl
index 4d06f5270..532dcfac5 100644
--- a/bin/mozilla/pe.pl
+++ b/bin/mozilla/pe.pl
@@ -101,10 +101,10 @@ sub search {
$form->{title} = $locale->text('Groups');
$number = qq|
-
- | . $locale->text('Group') . qq| |
- |
-
+
+ | . $locale->text('Group') . qq| |
+ |
+
|;
}
@@ -116,10 +116,10 @@ sub search {
$form->{title} = $locale->text('Pricegroup');
$number = qq|
-
- | . $locale->text('Pricegroup') . qq| |
- |
-
+
+ | . $locale->text('Pricegroup') . qq| |
+ |
+
|;
}
@@ -143,13 +143,11 @@ sub search {
|
@@ -196,8 +194,8 @@ sub save {
# saving the history
if(!exists $form->{addition} && $form->{id} ne "") {
$form->{snumbers} = qq|projectnumber_| . $form->{projectnumber};
- $form->{addition} = "SAVED";
- $form->save_history($form->dbconnect(\%myconfig));
+ $form->{addition} = "SAVED";
+ $form->save_history;
}
# /saving the history
@@ -224,8 +222,8 @@ sub delete {
# saving the history
if(!exists $form->{addition}) {
$form->{snumbers} = qq|projectnumber_| . $form->{projectnumber};
- $form->{addition} = "DELETED";
- $form->save_history($form->dbconnect(\%myconfig));
+ $form->{addition} = "DELETED";
+ $form->save_history;
}
# /saving the history
$main::lxdebug->leave_sub();
@@ -283,7 +281,7 @@ sub partsgroup_report {
|