From c7baae6b08a2274fcdbf0a1bf8e18fa0b9b81c4f Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 5 Jun 2009 14:33:44 +0000 Subject: [PATCH] Broken gettext string over 2 lines --- CHANGELOG.txt | 2 ++ sales/customer_delivery.php | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6643596..9e35071 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/sales/customer_delivery.php b/sales/customer_delivery.php index ae07741..8ed9ad2 100644 --- a/sales/customer_delivery.php +++ b/sales/customer_delivery.php @@ -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")); -- 2.30.2