Skip to content

Commit

Permalink
Add last change date
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 9, 2018
1 parent 700e3b9 commit f0950e4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion htdocs/societe/paymentmodes.php
Expand Up @@ -826,7 +826,9 @@
print '<td></td>';
print '<td align="center">'.$langs->trans('Default').'</td>';
print '<td>'.$langs->trans('Note').'</td>';
print "<td></td></tr>\n";
print '<td>'.$langs->trans('DateModification').'</td>';
print "<td></td>";
print "</tr>\n";

$nbremote = 0;
$nblocal = 0;
Expand Down Expand Up @@ -907,6 +909,9 @@
if (empty($companypaymentmodetemp->stripe_card_ref)) print $langs->trans("Local");
else print $langs->trans("LocalAndRemote");
print '</td>';
print '<td>';
print dol_print_date($companypaymentmodetemp->tms, 'dayhour');
print '</td>';
print '<td align="right" class="nowraponall">';
if ($user->rights->societe->creer)
{
Expand Down Expand Up @@ -1019,6 +1024,9 @@
print '<td>';
print $langs->trans("Remote");
print '</td>';
print '<td>';
print '';
print '</td>';
print '<td align="right" class="nowraponall">';
if ($user->rights->societe->creer)
{
Expand Down

0 comments on commit f0950e4

Please sign in to comment.