/inventory/includes/db/items_db.inc
/inventory/manage/items.php
/js/inserts.js
+ /sales/customer_delivery.php
/sales/sales_order_entry.php
/sales/includes/cart_class.inc
/sales/includes/ui/sales_order_ui.inc
}
view_stock_status_cell($ln_itm->stock_id);
- text_cells(null, 'Line'.$line.'Desc', $ln_itm->item_description, 30, 50);
+ if ($ln_itm->descr_editable)
+ text_cells(null, 'Line'.$line.'Desc', $ln_itm->item_description, 30, 50);
+ else
+ label_cell($ln_itm->item_description);
+
+ label_cell($ln_itm->units);
$dec = get_qty_dec($ln_itm->stock_id);
qty_cell($ln_itm->quantity, false, $dec);
label_cell($ln_itm->units);