phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.bocommon.inc.php, 1.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.bocommon.inc.php, 1.3
Date: Sun, 6 Jun 2004 22:18:39 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.bocommon.inc.php

date: 2004/06/06 20:18:39;  author: sigurdne;  state: Exp;  lines: +7 -1

Log Message:
no message
=====================================================================
Index: property/inc/class.bocommon.inc.php
diff -u property/inc/class.bocommon.inc.php:1.2 
property/inc/class.bocommon.inc.php:1.3
--- property/inc/class.bocommon.inc.php:1.2     Wed Jun  2 18:54:27 2004
+++ property/inc/class.bocommon.inc.php Sun Jun  6 20:18:39 2004
@@ -567,6 +567,12 @@
                        $b_account['lang_b_account']                            
= lang('b_account');
                        $b_account['lang_select_b_account_help']        = 
lang('Klick this link to select budget account');
                        $b_account['lang_b_account']                            
= lang('Budget account');
+                       if($data['b_account_id'] && !$data['b_account_name'])
+                       {
+                               $b_account_object       = 
CreateObject($this->currentapp.'.sob_account');
+                               $b_account_data = 
$b_account_object->read_single($data['b_account_id']);
+                               $b_account['value_b_account_name']      = 
$b_account_data['descr'];
+                       }
 
 //_debug_array($b_account);
                        return $b_account;




reply via email to

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