fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11804] rental: set time limit


From: Sigurd Nes
Subject: [Fmsystem-commits] [11804] rental: set time limit
Date: Tue, 11 Mar 2014 11:39:45 +0000

Revision: 11804
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11804
Author:   sigurdne
Date:     2014-03-11 11:39:45 +0000 (Tue, 11 Mar 2014)
Log Message:
-----------
rental: set time limit

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.vfs_fileoperation_braArkiv.inc.php
    trunk/rental/inc/class.sobilling.inc.php

Modified: trunk/phpgwapi/inc/class.vfs_fileoperation_braArkiv.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.vfs_fileoperation_braArkiv.inc.php 2014-03-11 
11:27:07 UTC (rev 11803)
+++ trunk/phpgwapi/inc/class.vfs_fileoperation_braArkiv.inc.php 2014-03-11 
11:39:45 UTC (rev 11804)
@@ -292,7 +292,7 @@
                        $att4 = new Attribute();
                        $att4->AttribType = 'braArkivString';
                        $att4->Name = "ASTA_Signatur";
-                       $att4->Value = array("Testtittel");
+                       $att4->Value = array("1");
                        $attributter[] = $att4;
 
                        $att5 = new Attribute();
@@ -301,19 +301,36 @@
                        $att5->Value = array(date('Y-m-d'));
                        $attributter[] = $att5;
 
-                       $att5 = new Attribute();
-                       $att5->AttribType = 'braArkivString';
-                       $att5->Name = "BrukerID";
-                       $att5->Value = array("1");
-                       $attributter[] = $att5;
-
                        $att6 = new Attribute();
                        $att6->AttribType = 'braArkivString';
-                       $att6->Name = "Team";
-                       $att6->Value = array("Testtittel");
+                       $att6->Name = "BrukerID";
+                       $att6->Value = array("1");
                        $attributter[] = $att6;
 
+                       $att7 = new Attribute();
+                       $att7->AttribType = 'braArkivString';
+                       $att7->Name = "Team";
+                       $att7->Value = array("Testtittel");
+                       $attributter[] = $att7;
 
+                       $att8 = new Attribute();
+                       $att8->AttribType = 'braArkivString';
+                       $att8->Name = "Sakstype";
+                       $att8->Value = array("Testtittel");
+                       $attributter[] = $att8;
+
+                       $att9 = new Attribute();
+                       $att9->AttribType = 'braArkivString';
+                       $att9->Name = "Dokumentkategori";
+                       $att9->Value = array("Testtittel");
+                       $attributter[] = $att9;
+
+                       $att10 = new Attribute();
+                       $att10->AttribType = 'braArkivString';
+                       $att10->Name = "Dokumentstatus";
+                       $att10->Value = array("Testtittel");
+                       $attributter[] = $att10;
+       
                        $document->Attributes = $attributter;
 
                        $createDocument = new createDocument();

Modified: trunk/rental/inc/class.sobilling.inc.php
===================================================================
--- trunk/rental/inc/class.sobilling.inc.php    2014-03-11 11:27:07 UTC (rev 
11803)
+++ trunk/rental/inc/class.sobilling.inc.php    2014-03-11 11:39:45 UTC (rev 
11804)
@@ -334,7 +334,7 @@
         */
        public function generate_export(&$billing_job, $excel_export=false)
        {
-      set_time_limit(500);
+      set_time_limit(1000);
                $exportable = null;
                switch($billing_job->get_export_format())
                {




reply via email to

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