Skip to content

Commit

Permalink
Update detail.php
Browse files Browse the repository at this point in the history
Correction d'une fonction js permettant de regrouper les expéditions par date et de les dérouler en 1 clic.
Petite correction cosmétique également.
  • Loading branch information
Roms0406 committed Jan 10, 2020
1 parent a37bd80 commit ffb5fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<tr class="total-line">
<?php if ($typeUser == 0) { ?>
<th style="medium-td"></th>
<th style="width: 20px; font-weight: bold;"></th>
<td style="width: 20px; font-weight: bold;"></td>
<?php } ?>
<th align=center style="width: 200px;"><?php echo $date ?></th>
<th align=center style="width: 75px;"><?php echo (string)$resDate['Total']['count'] ?></th>
Expand Down Expand Up @@ -442,7 +442,7 @@


<script type="text/javascript">
$(window).load(function () {
$(document).ready(function () {
$(".result-tab > tbody > tr").not(".total-line").hide();

$(function () {
Expand Down

0 comments on commit ffb5fcf

Please sign in to comment.