Zmena precedence sloupecku kvuli malejm displayum
authorThomas Mudrunka <tomas@mudrunka.cz>
Fri, 24 Feb 2012 18:03:09 +0000 (19:03 +0100)
committerThomas Mudrunka <tomas@mudrunka.cz>
Fri, 24 Feb 2012 18:03:09 +0000 (19:03 +0100)
index.php

index 75303defa82a35de05737998c1947ab70811b53c..e0160347bb35f891b15a59e7925eb15011dd9a04 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -387,7 +387,7 @@ EOF;
        }
 
        function table_sort(&$table) {
-               $precedence = array('item_id', 'model_image', 'model_name','model_descript','category_name','status_name','room_name');
+               $precedence = array('item_id', 'model_image', 'model_name','model_descript','category_name','status_name','room_name','item_quantity','item_price_in','item_price_out','item_relations');
                $table_sorted = array();
                foreach($table as $id => $row) {
                        $table_sorted[$id] = array();
This page took 0.111597 seconds and 4 git commands to generate.