mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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';
|
||||
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)
|
||||
{
|
||||
$coldisplay++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user