bug when a driver enters that they want to work 0 shifts #3226
This commit is contained in:
parent
e2492c5942
commit
5d33c6c44d
@ -112,7 +112,7 @@
|
||||
</td>
|
||||
<td><?php echo $admin->name; ?> <br/><?php echo $admin->phone(); ?></td>
|
||||
<td style="background:#009c48;color:#FFF;text-align:center;"><strong><?php echo $preference->ranking; ?></strong> of <?php echo $highestRanking; ?></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() ) { ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user