fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11750] typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [11750] typo
Date: Tue, 25 Feb 2014 22:04:27 +0000

Revision: 11750
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11750
Author:   sigurdne
Date:     2014-02-25 22:04:27 +0000 (Tue, 25 Feb 2014)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/property/inc/class.boworkorder.inc.php

Modified: trunk/property/inc/class.boworkorder.inc.php
===================================================================
--- trunk/property/inc/class.boworkorder.inc.php        2014-02-25 21:37:27 UTC 
(rev 11749)
+++ trunk/property/inc/class.boworkorder.inc.php        2014-02-25 22:04:27 UTC 
(rev 11750)
@@ -886,6 +886,7 @@
                        if ($toarray)
                        {
                                $percent = 
$this->so->get_order_budget_percent($order_id);
+
                                if($percent < 90)
                                {
                                        return false;
@@ -902,7 +903,7 @@
                                        $from_email      = 
"{$from_name}<address@hidden>";
                                }
 
-                               $subject         = "Bestilling # {$order_id} 
har disponert {$percent} prosent av budsjsettet";
+                               $subject         = "Bestilling # {$order_id} 
har disponert {$percent} prosent av budsjettet";
 
                                $to = implode(';',$toarray);
                                $body = '<a href ="' . 
$GLOBALS['phpgw']->link('/index.php',array('menuaction'=> 
'property.uiworkorder.edit','id'=> $order_id),false,true).'">' . 
lang('workorder %1 has been edited',$order_id) .'</a>' . "\n";




reply via email to

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