fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6936] property: save budget


From: Sigurd Nes
Subject: [Fmsystem-commits] [6936] property: save budget
Date: Sun, 06 Feb 2011 18:25:28 +0000

Revision: 6936
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6936
Author:   sigurdne
Date:     2011-02-06 18:25:27 +0000 (Sun, 06 Feb 2011)
Log Message:
-----------
property: save budget

Modified Paths:
--------------
    trunk/property/inc/class.sobudget.inc.php

Modified: trunk/property/inc/class.sobudget.inc.php
===================================================================
--- trunk/property/inc/class.sobudget.inc.php   2011-02-06 18:21:31 UTC (rev 
6935)
+++ trunk/property/inc/class.sobudget.inc.php   2011-02-06 18:25:27 UTC (rev 
6936)
@@ -419,6 +419,7 @@
 
                        $this->db->transaction_begin();
 
+/*
                        if($budget['district_id'])
                        {
                                $district_filter =  "AND 
district_id='{$budget['district_id']}'";
@@ -431,7 +432,7 @@
                        {
                                $receipt['error'][] = array('msg'=>lang('budget 
%1 already saved',$this->db->f('id')));
                        }
-
+*/
                        if(!$receipt['error'])
                        {
                                $id = $this->db->next_id('fm_budget');




reply via email to

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