fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9379] property: typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [9379] property: typo
Date: Sat, 12 May 2012 18:49:57 +0000

Revision: 9379
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9379
Author:   sigurdne
Date:     2012-05-12 18:49:57 +0000 (Sat, 12 May 2012)
Log Message:
-----------
property: typo

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-05-12 
18:10:54 UTC (rev 9378)
+++ trunk/property/inc/cron/default/Import_fra_basware_X205.php 2012-05-12 
18:49:57 UTC (rev 9379)
@@ -241,7 +241,7 @@
                                        $prefs = 
$this->bocommon->create_preferences('property', 
$GLOBALS['phpgw']->accounts->name2id($lid));
                                        if(isset($prefs['email']) && 
$prefs['email'])
                                        {
-                                               $body = '<a href ="' . 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiinvoice.index', 'voucher_id' => $bilagsnr, 'user_lid' => $lid 
),false,true).'">Link til fakturabehandling</a>';
+                                               $body = '<a href ="' . 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiinvoice2.index', 'voucher_id' => $bilagsnr, 'user_lid' => $lid 
),false,true).'">Link til fakturabehandling</a>';
                                                try
                                                {
                                                        $rc = 
$this->send->msg('email',$prefs['email'], $subject, stripslashes($body), '', 
'', '','','','html');
@@ -719,7 +719,7 @@
                                        if 
(isset($GLOBALS['phpgw_info']['server']['smtp_server']) && 
$GLOBALS['phpgw_info']['server']['smtp_server'])
                                        {
                                                $subject = 'Ny faktura venter 
på behandling';
-                                               $body = '<a href ="' . 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiinvoice.index', 'voucher_id' => $bilagsnr, 'query' => $bilagsnr, 
'user_lid' =>'all'),false,true).'">Link til fakturabehandling</a>';
+                                               $body = '<a href ="' . 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiinvoice2.index', 'voucher_id' => $bilagsnr, 'query' => $bilagsnr, 
'user_lid' =>'all'),false,true).'">Link til fakturabehandling</a>';
 
                                                try
                                                {




reply via email to

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