Merge pull request #2294 from altatof/fix_fournprice_visibility

FIX: always show fournprice select
This commit is contained in:
Laurent Destailleur 2015-01-31 19:47:46 +01:00
commit 3ec5b46864

View File

@ -128,7 +128,7 @@ $coldisplay=-1; // We remove first td
<?php if (! empty($conf->margin->enabled)) { ?> <?php if (! empty($conf->margin->enabled)) { ?>
<td align="right"><?php $coldisplay++; ?> <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); ?>"> <input type="text" size="5" id="buying_price" name="buying_price" class="hideobject" value="<?php echo price($line->pa_ht,0,'',0); ?>">
</td> </td>
<?php if ($user->rights->margins->creer) { <?php if ($user->rights->margins->creer) {