fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8819] property: invoice handling - rollback on dupli


From: Sigurd Nes
Subject: [Fmsystem-commits] [8819] property: invoice handling - rollback on duplicates: testing
Date: Thu, 09 Feb 2012 10:49:29 +0000

Revision: 8819
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8819
Author:   sigurdne
Date:     2012-02-09 10:49:28 +0000 (Thu, 09 Feb 2012)
Log Message:
-----------
property: invoice handling - rollback on duplicates: testing

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-09 
10:47:10 UTC (rev 8818)
+++ trunk/property/inc/cron/default/Import_fra_basware_X205.php 2012-02-09 
10:49:28 UTC (rev 8819)
@@ -446,7 +446,7 @@
                                                $bilagsnr = 
$this->db->f('bilagsnr');
                                                $receipt = 
$this->export->RullTilbake(false,false,$_bilagsnr_ut);
 
-                                               isset($receipt['message'])
+                                               if( isset($receipt['message']) )
                                                {
                                                        
$this->receipt['message'][] = array('msg' => "Bilag rullet tilbake fra 
historikk : {$_bilagsnr_ut}");
                                                }




reply via email to

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