mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix display date update of supplier price (#30619)
This commit is contained in:
parent
7023061cd8
commit
6d6b26bf83
|
|
@ -1250,7 +1250,7 @@ if ($id > 0 || $ref) {
|
|||
// Date modification
|
||||
if (!empty($arrayfields['pfp.tms']['checked'])) {
|
||||
print '<td class="right nowraponall">';
|
||||
print dol_print_date(($productfourn->fourn_date_modification ? $productfourn->fourn_date_modification : $productfourn->date_modification), "dayhour");
|
||||
print dol_print_date(($productfourn->fourn_date_modification ? $productfourn->fourn_date_modification : $productfourn->date_modification), 'dayhour', 'tzuserrel');
|
||||
print '</td>';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user