Broken gettext string over 2 lines
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 5 Jun 2009 14:33:44 +0000 (14:33 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 5 Jun 2009 14:33:44 +0000 (14:33 +0000)
CHANGELOG.txt
sales/customer_delivery.php

index 6643596389c2c952c430bdaafc6b111c20af3d61..9e35071f0955475fcc48cb7334dc70a1b334004e 100644 (file)
@@ -22,6 +22,8 @@ $ -> Affected files
 05-Jun-2009 Joe Hunt
 # Missing underscore in gettext string
 $ /sales/create_recurrent_invoices.php
+# Broken gettext string over 2 lines
+$ /sales/customer_delivery.php
 
 04-Jun-2009 Joe Hunt
 # [0000134] Voiding a supplier credit note didn't activate the PO Receivals and void the stock moves.
index ae077419e07c752119f5500a454244c53d6d002f..8ed9ad275015379b4cc2c56f14e04a26039fee16 100644 (file)
@@ -128,8 +128,7 @@ if (isset($_GET['OrderNumber']) && $_GET['OrderNumber'] > 0) {
        check_edit_conflicts();
 
        if (!check_quantities()) {
-               display_error(_("Selected quantity cannot be less than quantity invoiced nor more than quantity
-                       not dispatched on sales order."));
+               display_error(_("Selected quantity cannot be less than quantity invoiced nor more than quantity not dispatched on sales order."));
 
        } elseif(!check_num('ChargeFreightCost', 0))
                display_error(_("Freight cost cannot be less than zero"));