Update card.php
This commit is contained in:
parent
2ad663c627
commit
64a686aad4
@ -1951,7 +1951,7 @@ if ($action == 'create') {
|
|||||||
if (isModEnabled('productbatch')) {
|
if (isModEnabled('productbatch')) {
|
||||||
if (isset($lines[$i]->batch)) {
|
if (isset($lines[$i]->batch)) {
|
||||||
print '<!-- Detail of lot -->';
|
print '<!-- Detail of lot -->';
|
||||||
print '<td class="linecolbatch">';
|
print '<td class="linecolbatch nowrap">';
|
||||||
$detail = $langs->trans("NA");
|
$detail = $langs->trans("NA");
|
||||||
if ($lines[$i]->product->status_batch && $lines[$i]->fk_product > 0) {
|
if ($lines[$i]->product->status_batch && $lines[$i]->fk_product > 0) {
|
||||||
require_once DOL_DOCUMENT_ROOT.'/product/stock/class/productlot.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/product/stock/class/productlot.class.php';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user