]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AR.pm
Typos in PriceSource Doku
[mfinanz.git] / SL / AR.pm
index 692967fae01a3024dad8c82fb3cacdef5b79bb3f..65ab4ce016f33ba7b15b0023433e082f79e57d8a 100644 (file)
--- a/SL/AR.pm
+++ b/SL/AR.pm
@@ -561,7 +561,7 @@ sub ar_transactions {
   if (!$main::auth->assert('sales_all_edit', 1)) {
     # only show own invoices
     $where .= " AND a.employee_id = (select id from employee where login= ?)";
-    push (@values, $form->{login});
+    push (@values, $::myconfig{login});
   } else {
     if ($form->{employee_id}) {
       $where .= " AND a.employee_id = ?";