Jump to content

Recommended Posts

  • Moderators
Posted

schedule_result.tpl

Change from,

<strong>Equipment: </strong><?php echo $route->aircraft; ?> (<?php echo $route->registration;?>)  <strong>Distance: </strong><?php echo $route->distance . Config::Get('UNITS');?>

To,

<strong>Equipment: </strong><?php echo $route->aircraft; ?> (<?php echo $route->registration;?>)  <strong>Distance: </strong><?php echo round ($route->distance) . Config::Get('UNITS');?>

You can also use that on your signature cash as well function is round ()

Posted

Seguraente explain me evil or not I've coprendido my English is not very good.

In the administration panel to recalculate routes, get me the decimals.

I want to get out only integers. The decimal no.

Thank you

post-287-095402900 1304370176_thumb.jpg

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...