X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fsales_deliveries_view.php;h=3b318997cf8e43323e29ad1f7c327497f45e944d;hb=85cdc977a80b32727c13aae517f58437e908a033;hp=3cbb0f86446d525211d83eb08e48638d73aa56a7;hpb=443214a800fa66cd1473b48f6fadd1b09144a5d4;p=fa-stable.git diff --git a/sales/inquiry/sales_deliveries_view.php b/sales/inquiry/sales_deliveries_view.php index 3cbb0f86..3b318997 100644 --- a/sales/inquiry/sales_deliveries_view.php +++ b/sales/inquiry/sales_deliveries_view.php @@ -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