css
This commit is contained in:
parent
d088de2589
commit
733ca28d8c
@ -459,7 +459,7 @@ if ($action == "transfert_stock" && !$cancel) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}m.lalanne
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1163,10 +1163,10 @@ if ($resql) {
|
|||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
// Id movement
|
// Id movement
|
||||||
if (!empty($arrayfields['m.rowid']['checked'])) {
|
if (!empty($arrayfields['m.rowid']['checked'])) {
|
||||||
print '<td>';
|
print '<td class="nowraponall">';
|
||||||
print img_picto($langs->trans("StockMovement"), 'movement', 'class="pictofixedwidth"');
|
print img_picto($langs->trans("StockMovement"), 'movement', 'class="pictofixedwidth"');
|
||||||
print $objp->mid;
|
print $objp->mid;
|
||||||
print '</td>'; // This is primary not movement id
|
print '</td>'; // This is primary key not movement ref
|
||||||
}
|
}
|
||||||
if (!empty($arrayfields['m.datem']['checked'])) {
|
if (!empty($arrayfields['m.datem']['checked'])) {
|
||||||
// Date
|
// Date
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user