X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_invoice.php;h=b0434e68d3670ebd64b78dfc4125d84007d1d106;hb=b9c390e62949efc04b016a87631c18eb70e7870e;hp=48b79d69884769da8a78ab8fd0a608d59da6e0e8;hpb=3cf9ab70d79ebd01b13b6cc0c9366ccb5b8c496a;p=fa-stable.git diff --git a/purchasing/supplier_invoice.php b/purchasing/supplier_invoice.php index 48b79d69..b0434e68 100644 --- a/purchasing/supplier_invoice.php +++ b/purchasing/supplier_invoice.php @@ -184,7 +184,7 @@ function check_data() if (is_reference_already_there($_SESSION['supp_trans']->supplier_id, $_POST['supp_reference'])) { /*Transaction reference already entered */ - display_error(_("This invoice number has already been entered. It cannot be entered again." . " (" . $_POST['supp_reference'] . ")")); + display_error(_("This invoice number has already been entered. It cannot be entered again.") . " (" . $_POST['supp_reference'] . ")"); return false; }