Fixed amibiguity in few text messages to make translations easier, updated gettext...
[fa-stable.git] / inventory / view / view_transfer.php
index ec35033328ec8d13587b8dc6d4ce1bcb71e29eb2..cb27e24f1f66de575723427adb63222c8e496433 100644 (file)
@@ -47,7 +47,7 @@ end_table(2);
 
 start_table(TABLESTYLE, "width='90%'");
 
-$th = array(_("Item"), _("Description"), _("Quantity"), _("Units"));
+$th = array(_("Item Code"), _("Description"), _("Quantity"), _("Units"));
 table_header($th);
 $transfer_items = get_stock_moves(ST_LOCTRANSFER, $trans_no);
 $k = 0;