phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.boinvoice.inc.php, 1.9


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.boinvoice.inc.php, 1.9
Date: Wed, 15 Sep 2004 09:53:24 +0200

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

date: 2004/09/15 07:53:24;  author: sigurdne;  state: Exp;  lines: +2 -0

Log Message:
no message
=====================================================================
Index: property/inc/class.boinvoice.inc.php
diff -u property/inc/class.boinvoice.inc.php:1.8 
property/inc/class.boinvoice.inc.php:1.9
--- property/inc/class.boinvoice.inc.php:1.8    Mon Sep  6 08:58:57 2004
+++ property/inc/class.boinvoice.inc.php        Wed Sep 15 07:53:24 2004
@@ -328,8 +328,10 @@
                                                if (! $local_error)
                                                {
                                                        $sql= "update 
fm_ecobilag set $blank_date $kommma_blank $sign_field $sign_id $kommma 
$sign_date_field $sign_date $kommma $transfer_sign_field $transfer_id 
$transfer_date_field $transfer_date ,kreditnota=$wait_for_kreditnota  where 
bilagsnr='$voucher_id'";
+                                                       $sql2= "update 
fm_ecobilag set utbetalingid = NULL, utbetalingsigndato = NULL WHERE 
budsjettsigndato IS NULL";
                                                        
$GLOBALS['phpgw']->db->transaction_begin();
                                                        
$GLOBALS['phpgw']->db->query($sql);
+                                                       
$GLOBALS['phpgw']->db->query($sql2);
                                                        
$GLOBALS['phpgw']->db->transaction_commit();
 
                                                        $receipt['message'][] = 
array('msg'=> lang('voucher is updated: ') . $voucher_id);




reply via email to

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