fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9242] property: invoice: ACL based on dime / update


From: Sigurd Nes
Subject: [Fmsystem-commits] [9242] property: invoice: ACL based on dime / update order and voucher / alter split
Date: Sun, 29 Apr 2012 20:31:06 +0000

Revision: 9242
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9242
Author:   sigurdne
Date:     2012-04-29 20:31:05 +0000 (Sun, 29 Apr 2012)
Log Message:
-----------
property: invoice: ACL based on dime / update order and voucher / alter split

Modified Paths:
--------------
    trunk/property/inc/class.soworkorder.inc.php
    trunk/property/setup/tables_update.inc.php

Modified: trunk/property/inc/class.soworkorder.inc.php
===================================================================
--- trunk/property/inc/class.soworkorder.inc.php        2012-04-29 16:54:25 UTC 
(rev 9241)
+++ trunk/property/inc/class.soworkorder.inc.php        2012-04-29 20:31:05 UTC 
(rev 9242)
@@ -1215,7 +1215,7 @@
 
                        $value_set_invoice = array();
                        $value_set_invoice['spbudact_code'] = 
$workorder['b_account_id'];
-                       $value_set_invoice['dime']                      = 
$workorder['category'];
+                       $value_set_invoice['dime']                      = 
$workorder['cat_id'];
 
                        $value_set_invoice      = 
$this->bocommon->validate_db_update($value_set_invoice);
 

Modified: trunk/property/setup/tables_update.inc.php
===================================================================
--- trunk/property/setup/tables_update.inc.php  2012-04-29 16:54:25 UTC (rev 
9241)
+++ trunk/property/setup/tables_update.inc.php  2012-04-29 20:31:05 UTC (rev 
9242)
@@ -6294,6 +6294,7 @@
                $sql = 'SELECT * FROM fm_responsibility_contact JOIN 
phpgw_accounts ON fm_responsibility_contact.contact_id = 
phpgw_accounts.person_id WHERE expired_on IS NULL AND ecodimb IS NOT NULL';
                $GLOBALS['phpgw_setup']->oProc->query($sql,__LINE__,__FILE__);
 
+               $roles = array();
                while ($GLOBALS['phpgw_setup']->oProc->next_record())
                {
                        $roles[] = array




reply via email to

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