Fixed final page message text.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 21 Jun 2010 17:07:21 +0000 (17:07 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 21 Jun 2010 17:07:21 +0000 (17:07 +0000)
sales/customer_invoice.php

index bd7ee681da3a7897fecc597d80b5e8eb82ff73e5..c4ef21f14f155942d7d682b7fcea2cf082c09ba5 100644 (file)
@@ -75,7 +75,7 @@ if (isset($_GET['AddedID'])) {
        echo '<br>';
        display_note(print_document_link($invoice_no, _("&Print This Invoice"), true, ST_SALESINVOICE));
 
-       hyperlink_no_params($path_to_root . "/sales/inquiry/customer_inquiry.php", _("Select A Different &Invoice to Modify"));
+       hyperlink_no_params($path_to_root . "/sales/inquiry/customer_inquiry.php", _("Select Another &Invoice to Modify"));
 
        display_footer_exit();