Fixed line edition layout
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 18 Jul 2008 22:48:51 +0000 (22:48 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 18 Jul 2008 22:48:51 +0000 (22:48 +0000)
inventory/includes/item_adjustments_ui.inc

index 61c9daf6eb207375dde24ad8dc7cb81b0522db99..6d0a7740e866c506c23db675639af4edf363e555 100644 (file)
@@ -125,7 +125,7 @@ function adjustment_edit_item_controls(&$order, $line_no=-1)
 
                hidden('stock_id', $_POST['stock_id']);
                label_cell($_POST['stock_id']);
-               label_cell($order->line_items[$id]->item_description);
+               label_cell($order->line_items[$id]->item_description, 'nowrap');
            $Ajax->activate('items_table');
        }
        else