fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16248] property: custom column


From: sigurdne
Subject: [Fmsystem-commits] [16248] property: custom column
Date: Sat, 4 Feb 2017 13:11:47 -0500 (EST)

Revision: 16248
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16248
Author:   sigurdne
Date:     2017-02-04 13:11:47 -0500 (Sat, 04 Feb 2017)
Log Message:
-----------
property: custom column

Modified Paths:
--------------
    trunk/property/inc/class.botts.inc.php
    trunk/property/inc/class.sotts.inc.php

Modified: trunk/property/inc/class.botts.inc.php
===================================================================
--- trunk/property/inc/class.botts.inc.php      2017-02-04 17:51:29 UTC (rev 
16247)
+++ trunk/property/inc/class.botts.inc.php      2017-02-04 18:11:47 UTC (rev 
16248)
@@ -282,6 +282,11 @@
                                        'id' => 'unspsc_code',
                                        'name' => lang('unspsc code')
                                );
+                               $columns['b_account_id'] = array
+                                       (
+                                       'id' => 'b_account_id',
+                                       'name' => lang('budget account')
+                               );
                        }
 
                        $columns['ecodimb'] = array

Modified: trunk/property/inc/class.sotts.inc.php
===================================================================
--- trunk/property/inc/class.sotts.inc.php      2017-02-04 17:51:29 UTC (rev 
16247)
+++ trunk/property/inc/class.sotts.inc.php      2017-02-04 18:11:47 UTC (rev 
16248)
@@ -544,6 +544,7 @@
                                'service_id' => 'fm_tts_tickets.service_id',
                                'tax_code' => 'fm_tts_tickets.tax_code',
                                'unspsc_code' => 'fm_tts_tickets.unspsc_code',
+                               'b_account_id' => 'fm_tts_tickets.b_account_id',
                        );
 
                        $custom_cols = $this->custom->find('property', 
'.ticket', 0, '', 'ASC', 'attrib_sort', true, true);
@@ -736,6 +737,7 @@
                                                'service_id' => 
$this->db->f('service_id'),
                                                'tax_code' => 
$this->db->f('tax_code'),
                                                'unspsc_code' => 
$this->db->f('unspsc_code'),
+                                               'b_account_id' => 
$this->db->f('b_account_id'),
                                        );
 
                                        foreach ($custom_cols as $custom_col)




reply via email to

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