FIX add input multicurrency_subprice on edit line
This commit is contained in:
parent
f7afbcff68
commit
8487058c98
@ -121,6 +121,10 @@ $coldisplay=-1; // We remove first td
|
|||||||
if ($this->situation_counter > 1) print ' readonly';
|
if ($this->situation_counter > 1) print ' readonly';
|
||||||
print '></td>';
|
print '></td>';
|
||||||
|
|
||||||
|
if (!empty($conf->multicurrency->enabled)) {
|
||||||
|
print '<td align="right"><input rel="'.$object->multicurrency_tx.'" type="text" class="flat" size="8" id="multicurrency_subprice" name="multicurrency_subprice" value="'.price($line->multicurrency_subprice).'" /></td>';
|
||||||
|
}
|
||||||
|
|
||||||
if ($inputalsopricewithtax)
|
if ($inputalsopricewithtax)
|
||||||
{
|
{
|
||||||
$coldisplay++;
|
$coldisplay++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user