Topic: Coding bug in inventory_db.inc
line : $subject = _("Stocks below Re-Order Level at " . $loc['location_name']);
Should be : $subject = _("Stocks below Re-Order Level at ") . $loc['location_name'];
Otherwise translation won't work.
F.
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Report Bugs here → Coding bug in inventory_db.inc
line : $subject = _("Stocks below Re-Order Level at " . $loc['location_name']);
Should be : $subject = _("Stocks below Re-Order Level at ") . $loc['location_name'];
Otherwise translation won't work.
F.
Fixed and committed to stable repo. Thanks.
Joe
FrontAccounting forum → Report Bugs here → Coding bug in inventory_db.inc
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.