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.
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"));