Ticket #6140 (closed patch: fixed)

Opened 7 months ago

Last modified 1 month ago

CreatePDF.php ISSUE

Reported by: Pierluigi.Bucolo Assigned to: developer
Priority: critical Milestone: 5.1.0
Component: vtigercrm Version: 5.1.0-rc
Keywords: Cc:

Description

In the 5.1.0_RC code there isn't an ELSE at row 341, in the VAL2 is present:

foreach($farr_val as $skkey=>$skvalue)

{

if($skvalue[count($arr_val)-1] == 1) {

$col_width[] = ($skvalue[count($arr_val)-1] * 100);

} ELSE {

$col_width[] = ($skvalue[count($arr_val)-1] * 10) + 10 ;

}

}

Change History

07/23/09 08:39:16 changed by asha

  • milestone changed from 5.1.0 to 5.1.1.

08/24/09 01:28:38 changed by

  • milestone deleted.

Milestone 5.1.1 deleted

08/26/09 06:56:32 changed by pratim

  • milestone set to 5.2.0.

01/06/10 07:36:26 changed by prasad

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from 5.2.0 to 5.1.0.

Hope you mean modules/Reports/CreatePDF.php - The lines mentioned are in 5.1.0 GA

Kindly re-open ticket with more details.