fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8796] property: formatting


From: Sigurd Nes
Subject: [Fmsystem-commits] [8796] property: formatting
Date: Mon, 06 Feb 2012 18:51:57 +0000

Revision: 8796
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8796
Author:   sigurdne
Date:     2012-02-06 18:51:56 +0000 (Mon, 06 Feb 2012)
Log Message:
-----------
property: formatting

Modified Paths:
--------------
    trunk/property/inc/cron/default/Import_fra_basware_X205.php

Modified: trunk/property/inc/cron/default/Import_fra_basware_X205.php
===================================================================
--- trunk/property/inc/cron/default/Import_fra_basware_X205.php 2012-02-06 
15:45:40 UTC (rev 8795)
+++ trunk/property/inc/cron/default/Import_fra_basware_X205.php 2012-02-06 
18:51:56 UTC (rev 8796)
@@ -567,7 +567,7 @@
                        $toarray = array();
                        $order_id = (int) $order_id;
                        $sql = "SELECT 
fm_workorder.location_code,fm_workorder.vendor_id,fm_workorder.account_id,fm_workorder.ecodimb,
 fm_workorder.user_id"
-                       . " FROM fm_workorder {$this->join} fm_project ON 
fm_workorder.project_id = fm_project.id WHERE fm_workorder.id = $order_id";
+                       . " FROM fm_workorder {$this->join} fm_project ON 
fm_workorder.project_id = fm_project.id WHERE fm_workorder.id = {$order_id}";
                        $this->db->query($sql,__LINE__,__FILE__);
                        $this->db->next_record();
                        if ($this->db->f('location_code'))
@@ -581,10 +581,9 @@
                        $order_info['spbudact_code']            = 
$this->db->f('account_id');
                        $order_info['dimb']                                     
= $this->db->f('ecodimb');
 
-/*
                        $janitor_user_id                                        
= $this->db->f('user_id');
                        $order_info['janitor']                          = 
$GLOBALS['phpgw']->accounts->get($janitor_user_id)->lid;
-
+/*
                        $prefs = 
$this->bocommon->create_preferences('property', $janitor_user_id);
                        if($prefs['email'])
                        {




reply via email to

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