Pressing the Batch button in Invoice against Deliveries got a missing indes. Fixed...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 16 Dec 2018 22:25:40 +0000 (23:25 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 16 Dec 2018 22:25:40 +0000 (23:25 +0100)
sales/inquiry/sales_deliveries_view.php

index 3cbb0f86446d525211d83eb08e48638d73aa56a7..3b318997cf8e43323e29ad1f7c327497f45e944d 100644 (file)
@@ -47,23 +47,24 @@ if (isset($_POST['BatchInvoice']))
 {
        // checking batch integrity
     $del_count = 0;
-    foreach($_POST['Sel_'] as $delivery => $branch) {
-               $checkbox = 'Sel_'.$delivery;
-               if (check_value($checkbox))     {
-               if (!$del_count) {
-                               $del_branch = $branch;
-               }
-               else {
-                               if ($del_branch != $branch)     {
-                               $del_count=0;
-                               break;
+    if (isset($_POST['Sel_'])) {
+               foreach($_POST['Sel_'] as $delivery => $branch) {
+                       $checkbox = 'Sel_'.$delivery;
+                       if (check_value($checkbox))     {
+                               if (!$del_count) {
+                                       $del_branch = $branch;
                                }
-               }
-               $selected[] = $delivery;
-               $del_count++;
-               }
-    }
-
+                               else {
+                                       if ($del_branch != $branch)     {
+                                               $del_count=0;
+                                               break;
+                                       }
+                               }
+                               $selected[] = $delivery;
+                               $del_count++;
+                       }
+               }
+       }
     if (!$del_count) {
                display_error(_('For batch invoicing you should
                    select at least one delivery. All items must be dispatched to