fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9215] property: invoice handling


From: Sigurd Nes
Subject: [Fmsystem-commits] [9215] property: invoice handling
Date: Tue, 24 Apr 2012 07:26:04 +0000

Revision: 9215
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9215
Author:   sigurdne
Date:     2012-04-24 07:26:04 +0000 (Tue, 24 Apr 2012)
Log Message:
-----------
property: invoice handling

Modified Paths:
--------------
    trunk/property/inc/export/default/Basware_X114

Modified: trunk/property/inc/export/default/Basware_X114
===================================================================
--- trunk/property/inc/export/default/Basware_X114      2012-04-24 07:15:51 UTC 
(rev 9214)
+++ trunk/property/inc/export/default/Basware_X114      2012-04-24 07:26:04 UTC 
(rev 9215)
@@ -745,6 +745,7 @@
                                $oRsOverfBilag['pmwrkord_code'] = 
$line['order_id'];
                                $oRsOverfBilag['bilagsnr_ut']   = $bilagsnr_ut;
                                $oRsOverfBilag['periode']               = 
$periode;
+                               $dim6                                           
        = $line['dime'];
 
                                //Kopier verdier  til fm_ecobilagoverf
                                if ($download=='on' && !$this->debug)
@@ -755,7 +756,10 @@
                                if ($line['order_id'])
                                {
                                        $order_info = 
$this->get_order_info($line['order_id']);
-                                       $dim6 = isset($order_info['category']) 
&& $order_info['category'] ? $order_info['category'] : '';
+                                       if(!$dim6)
+                                       {
+                                               $dim6 = 
isset($order_info['category']) && $order_info['category'] ? 
$order_info['category'] : '';
+                                       }
                                }
 
                                $descr = '';




reply via email to

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