Update card.php

This commit is contained in:
Frédéric FRANCE 2022-12-12 11:21:28 +01:00 committed by GitHub
parent 2ad663c627
commit 64a686aad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1951,7 +1951,7 @@ if ($action == 'create') {
if (isModEnabled('productbatch')) {
if (isset($lines[$i]->batch)) {
print '<!-- Detail of lot -->';
print '<td class="linecolbatch">';
print '<td class="linecolbatch nowrap">';
$detail = $langs->trans("NA");
if ($lines[$i]->product->status_batch && $lines[$i]->fk_product > 0) {
require_once DOL_DOCUMENT_ROOT.'/product/stock/class/productlot.class.php';