From eb5ce68f102785be92a201b87abbfc37f0a09ee2 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 66435963..9e35071f 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 ae077419..8ed9ad27 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