fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9566] property: search criteria


From: Sigurd Nes
Subject: [Fmsystem-commits] [9566] property: search criteria
Date: Tue, 12 Jun 2012 18:50:31 +0000

Revision: 9566
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9566
Author:   sigurdne
Date:     2012-06-12 18:50:30 +0000 (Tue, 12 Jun 2012)
Log Message:
-----------
property: search criteria

Modified Paths:
--------------
    trunk/property/inc/class.soinvoice.inc.php
    trunk/property/inc/class.uiinvoice2.inc.php

Modified: trunk/property/inc/class.soinvoice.inc.php
===================================================================
--- trunk/property/inc/class.soinvoice.inc.php  2012-06-12 18:49:43 UTC (rev 
9565)
+++ trunk/property/inc/class.soinvoice.inc.php  2012-06-12 18:50:30 UTC (rev 
9566)
@@ -2331,6 +2331,11 @@
                                                $querymethod = " $where 
spbudact_code = '{$query}'";
                                                break;
 
+                                       case 'dimb':
+                                               $query = (int) $data['query'];
+                                               $querymethod = " $where dimb = 
{$query}";
+                                               break;
+
                                        default:
                                }
                                

Modified: trunk/property/inc/class.uiinvoice2.inc.php
===================================================================
--- trunk/property/inc/class.uiinvoice2.inc.php 2012-06-12 18:49:43 UTC (rev 
9565)
+++ trunk/property/inc/class.uiinvoice2.inc.php 2012-06-12 18:50:30 UTC (rev 
9566)
@@ -379,6 +379,11 @@
                                        'id'    => 'b_account',
                                        'name'  => lang('budget account'),
                                ),
+                               array
+                               (
+                                       'id'    => 'dimb',
+                                       'name'  => lang('dimb'),
+                               ),
                        );
                        
                        $data = array




reply via email to

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