2
0
forked from Wavyzz/dolibarr

NEW auto event msg

This commit is contained in:
atm-quentin
2018-10-15 17:08:28 +02:00
parent 3e29b11890
commit 83c8a78628
8 changed files with 86 additions and 49 deletions

View File

@@ -832,7 +832,7 @@ if ($id > 0 || ! empty($ref)) {
print '</td>';
// Comment
print '<td class="tdoverflowmax300">' . $objp->comment . '</td>';
print '<td class="tdoverflowmax300" style="white-space: pre;">' . $objp->comment . '</td>';
// Status
if (! empty($conf->global->SUPPLIER_ORDER_USE_DISPATCH_STATUS) && empty($reception->rowid)) {