FIX: always show fournprice select
This commit is contained in:
parent
27b47a4f48
commit
04f83ae4ff
@ -128,7 +128,7 @@ $coldisplay=-1; // We remove first td
|
||||
|
||||
<?php if (! empty($conf->margin->enabled)) { ?>
|
||||
<td align="right"><?php $coldisplay++; ?>
|
||||
<select id="fournprice" name="fournprice" class="hideobject"></select>
|
||||
<select id="fournprice" name="fournprice"></select>
|
||||
<input type="text" size="5" id="buying_price" name="buying_price" class="hideobject" value="<?php echo price($line->pa_ht,0,'',0); ?>">
|
||||
</td>
|
||||
<?php if ($user->rights->margins->creer) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user