Missing underscore in gettext string
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 5 Jun 2009 09:45:27 +0000 (09:45 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 5 Jun 2009 09:45:27 +0000 (09:45 +0000)
CHANGELOG.txt
sales/create_recurrent_invoices.php

index 8ab45d14a54474c21d165aa69f127a46b4f8ac3a..6643596389c2c952c430bdaafc6b111c20af3d61 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+05-Jun-2009 Joe Hunt
+# Missing underscore in gettext string
+$ /sales/create_recurrent_invoices.php
+
 04-Jun-2009 Joe Hunt
 # [0000134] Voiding a supplier credit note didn't activate the PO Receivals and void the stock moves.
 $ /purchasing/includes/db/invoice_db.inc
index 8886e34911d105e5cc7e92b6dc076164caed2ff5..517bd34e33a943b8b4ba8b36af61130cbd046543 100644 (file)
@@ -158,7 +158,7 @@ end_table();
 if ($due)
        display_note(_("Marked items are due."), 1, 0, "class='overduefg'");
 else
-       display_note(("No recurrent invoices are due."), 1, 0);
+       display_note(_("No recurrent invoices are due."), 1, 0);
 
 echo '<br>';