fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14682] tts: alter modified date on payment update


From: Sigurd Nes
Subject: [Fmsystem-commits] [14682] tts: alter modified date on payment update
Date: Wed, 27 Jan 2016 12:02:23 +0000

Revision: 14682
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14682
Author:   sigurdne
Date:     2016-01-27 12:02:22 +0000 (Wed, 27 Jan 2016)
Log Message:
-----------
tts: alter modified date on payment update

Modified Paths:
--------------
    
branches/dev-syncromind/property/inc/cron/default/import_oppdatering_av_bestilling_fra_agresso_bkb.php

Modified: 
branches/dev-syncromind/property/inc/cron/default/import_oppdatering_av_bestilling_fra_agresso_bkb.php
===================================================================
--- 
branches/dev-syncromind/property/inc/cron/default/import_oppdatering_av_bestilling_fra_agresso_bkb.php
      2016-01-27 10:34:11 UTC (rev 14681)
+++ 
branches/dev-syncromind/property/inc/cron/default/import_oppdatering_av_bestilling_fra_agresso_bkb.php
      2016-01-27 12:02:22 UTC (rev 14682)
@@ -298,7 +298,8 @@
                                (
                                'agresso_prosjekt' => $agresso_prosjekt,
                                'actual_cost' => $new_actual_cost,
-                               'actual_cost_year' => date('Y')
+                               'actual_cost_year' => date('Y'),
+                               'modified_date'         => time()
                        );
 
                        $value_set = $this->db->validate_update($value_set);
@@ -422,4 +423,4 @@
                                }
                        }
                }
-       }
\ No newline at end of file
+       }




reply via email to

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