Example #1
0
												        		Supprimer
												        	</a>
												        </li>
												    </ul>
												</div>
											</td>
											<td class="hidden-phone"><?php 
                echo $contrat->dateOperation();
                ?>
</td>
											<td class="hidden-phone"><?php 
                echo number_format($contrat->montant(), 2, ',', ' ');
                ?>
</td>
											<td class="hidden-phone"><?php 
                echo number_format($paiementManager->getTotalPaiementsByIdProjetByIdEmploye($contrat->idProjet(), $contrat->idEmploye()), 2, ',', ' ');
                ?>
</td>
											<td class="hidden-phone"><?php 
                echo $contrat->numeroCheque();
                ?>
</td>
										</tr>
										<!-- updatePaiement box begin -->
										<div id="updatePaiement<?php 
                echo $contrat->id();
                ?>
" class="modal hide fade in" tabindex="-1" role="dialog" aria-labelledby="login" aria-hidden="false" >
											<div class="modal-header">
												<button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
												<h3>Modifier Paiement pour l'employé <?php