fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15810] rental: area info


From: sigurdne
Subject: [Fmsystem-commits] [15810] rental: area info
Date: Tue, 11 Oct 2016 18:18:56 +0000 (UTC)

Revision: 15810
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15810
Author:   sigurdne
Date:     2016-10-11 18:18:56 +0000 (Tue, 11 Oct 2016)
Log Message:
-----------
rental: area info

Modified Paths:
--------------
    trunk/rental/inc/class.socomposite.inc.php

Modified: trunk/rental/inc/class.socomposite.inc.php
===================================================================
--- trunk/rental/inc/class.socomposite.inc.php  2016-10-11 02:29:19 UTC (rev 
15809)
+++ trunk/rental/inc/class.socomposite.inc.php  2016-10-11 18:18:56 UTC (rev 
15810)
@@ -593,9 +593,19 @@
 
                        $uicols['name'][] = 'prize_type';
                        $uicols['descr'][] = lang('prize type');
-                       $uicols['sortable'][] = true;
+                       $uicols['sortable'][] = false;
                        $uicols['input_type'][] = 'text';
 
+                       $uicols['name'][] = 'area_net';
+                       $uicols['descr'][] = lang('area_net');
+                       $uicols['sortable'][] = false;
+                       $uicols['input_type'][] = 'text';
+
+                       $uicols['name'][] = 'area_gros';
+                       $uicols['descr'][] = lang('area_gros');
+                       $uicols['sortable'][] = false;
+                       $uicols['input_type'][] = 'text';
+
                        return $uicols;
                }
        }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]