mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update objectline_edit.tpl.php
This commit is contained in:
parent
e91763239a
commit
94800e2d0f
|
|
@ -186,7 +186,7 @@ $coldisplay++;
|
|||
?>
|
||||
<td class="right"><input id="fourn_ref" name="fourn_ref" class="flat minwidth50 maxwidth150" value="<?php echo ($line->ref_supplier ? $line->ref_supplier : $line->ref_fourn); ?>"></td>
|
||||
<?php
|
||||
print('<input type="hidden" id="fournprice" name="fournprice" class="" value="'.$line->fk_fournprice.'">');
|
||||
print '<input type="hidden" id="fournprice" name="fournprice" class="" value="'.$line->fk_fournprice.'">';
|
||||
}
|
||||
|
||||
$coldisplay++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user