fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11285] rental: let me know pdf not produced


From: Sigurd Nes
Subject: [Fmsystem-commits] [11285] rental: let me know pdf not produced
Date: Mon, 09 Sep 2013 11:33:12 +0000

Revision: 11285
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11285
Author:   sigurdne
Date:     2013-09-09 11:33:11 +0000 (Mon, 09 Sep 2013)
Log Message:
-----------
rental: let me know pdf not produced

Modified Paths:
--------------
    trunk/rental/inc/class.uimakepdf.inc.php

Modified: trunk/rental/inc/class.uimakepdf.inc.php
===================================================================
--- trunk/rental/inc/class.uimakepdf.inc.php    2013-09-09 11:09:28 UTC (rev 
11284)
+++ trunk/rental/inc/class.uimakepdf.inc.php    2013-09-09 11:33:11 UTC (rev 
11285)
@@ -467,6 +467,11 @@
                        
                        $contract_id = phpgw::get_var('id');
                        
+                       if(!is_file($pdf_file_name))
+                       {
+                               throw new Exception('pdf-file not produced');   
                
+                       }
+
                        $this->savePDFToContract($pdf_file_name, $contract_id, 
'Kontrakt');
                }
                




reply via email to

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