bug when a driver enters that they want to work 0 shifts #3226

This commit is contained in:
Daniel Camargo 2014-05-19 19:45:29 -03:00
parent 5d33c6c44d
commit 84d3d09ea4

View File

@ -157,7 +157,7 @@
</td>
<td><?php echo $admin->name; ?> <br/><?php echo $admin->phone(); ?></td>
<td>-</td>
<td><?php echo $status->shifts; ?></td>
<td><?php if( intval( $status->shifts ) > 0 ){ echo $status->shifts; } else { echo '-'; } ; ?></td>
<td><?php echo $totalShifts; ?></td>
<td>
<?php if( $shift->isRecurring() ) { ?>
@ -189,7 +189,7 @@
</td>
<td><?php echo $admin->name; ?> <br/><?php echo $admin->phone(); ?></td>
<td>-</td>
<td><?php echo $status->shifts; ?></td>
<td><?php if( intval( $status->shifts ) > 0 ){ echo $status->shifts; } else { echo '-'; } ; ?></td>
<td><?php echo $totalShifts; ?></td>
<td>
<?php if( $shift->isRecurring() ) { ?>