Missing check for supplier selection.
[fa-stable.git] / purchasing / supplier_invoice.php
index 13402c62ecb10c4fcbb5c1e8c9032dcb0db1c933..3dde32cddf02662221a154f8ebcf7f2e3766b47e 100644 (file)
@@ -381,7 +381,7 @@ start_form();
 invoice_header($_SESSION['supp_trans']);
 
 if ($_POST['supplier_id']=='') 
-       display_error('No supplier found for entered search text');
+               display_error(_("There is no supplier selected."));
 else {
        display_grn_items($_SESSION['supp_trans'], 1);