fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13247] class.uitenant_claim


From: Saul
Subject: [Fmsystem-commits] [13247] class.uitenant_claim
Date: Wed, 20 May 2015 23:08:26 +0000

Revision: 13247
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13247
Author:   psaul
Date:     2015-05-20 23:08:25 +0000 (Wed, 20 May 2015)
Log Message:
-----------
class.uitenant_claim

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uitenant_claim.inc.php

Modified: branches/dev-syncromind/property/inc/class.uitenant_claim.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uitenant_claim.inc.php   
2015-05-20 23:08:00 UTC (rev 13246)
+++ branches/dev-syncromind/property/inc/class.uitenant_claim.inc.php   
2015-05-20 23:08:25 UTC (rev 13247)
@@ -459,9 +459,9 @@
                                     'action'           => 
$GLOBALS['phpgw']->link('/index.php',array
                                     (
                                         'menuaction'   => 
'property.uijasper.view',
-                                        'jasper_id'    => $report['id'],
-                                        'target'       => '_blank'
+                                        'jasper_id'    => $report['id']
                                     )),
+                                    'target'   => '_blank',
                                     'parameters'       => 
json_encode($parameters)
                                 );
                        }
@@ -793,7 +793,7 @@
                                        
$project_values['workorder_budget'][$d]['actual_cost_hidden'] = 0;
                                        
$project_values['workorder_budget'][$d]['selected']='<input type="checkbox" 
name="values[workorder][]" 
value="'.$project_values['workorder_budget'][$d]['workorder_id'].'">';
                                }
-                               
$project_values['workorder_budget'][$d]['selected'].= 
$project_values['workorder_budget'][$d]['claim_issued'] ? 'ok' : '';
+//                             
$project_values['workorder_budget'][$d]['selected'].= 
$project_values['workorder_budget'][$d]['claim_issued'] ? 'ok' : '';
                 
                 if($project_values['workorder_budget'][$d]['claim_issued'] == 
1){
                     
@@ -835,7 +835,7 @@
             
             $myColumnDefs0 = array
             (
-                array('key' => 'workorder_id','label'=>lang('Workorder'),      
'sortable'=>true,'resizeable'=>true,'formatter'=>'JqueryPortico.formatLink','value_footer'=>lang('Sum')),
+                array('key' => 'workorder_id','label'=>lang('Workorder'),      
'sortable'=>true,'resizeable'=>true,'formatter'=>'JqueryPortico.formatLinkTenant','value_footer'=>lang('Sum')),
                 array('key' => 
'budget','label'=>lang('Budget'),'sortable'=>true,'resizeable'=>true,'formatter'=>'JqueryPortico.FormatterAmount0','value_footer'=>number_format($sumaBudget,
 0, $this->decimal_separator, ' ')),
                 array('key' => 'budget_hidden','hidden'=>true),
                 array('key' => 
'calculation','label'=>lang('Calculation'),'sortable'=>true,'resizeable'=>true,'formatter'=>'JqueryPortico.FormatterAmount0'),




reply via email to

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