Merge pull request #22580 from thomas-Ngr/14.0_fix_supplier_proposal_line_edit
Fix supplier proposal line edit
This commit is contained in:
commit
7485a71be9
@ -198,6 +198,7 @@ $coldisplay++;
|
|||||||
?>
|
?>
|
||||||
<td class="right linecolrefsupplier"><input id="fourn_ref" name="fourn_ref" class="flat minwidth50 maxwidth125 maxwidth125onsmartphone" value="<?php echo GETPOSTISSET('fourn_ref') ? GETPOST('fourn_ref') : ($line->ref_supplier ? $line->ref_supplier : $line->ref_fourn); ?>"></td>
|
<td class="right linecolrefsupplier"><input id="fourn_ref" name="fourn_ref" class="flat minwidth50 maxwidth125 maxwidth125onsmartphone" value="<?php echo GETPOSTISSET('fourn_ref') ? GETPOST('fourn_ref') : ($line->ref_supplier ? $line->ref_supplier : $line->ref_fourn); ?>"></td>
|
||||||
<?php
|
<?php
|
||||||
|
print '<input type="hidden" id="fournprice" name="fournprice" class="" value="'.$line->fk_fournprice.'">';
|
||||||
}
|
}
|
||||||
|
|
||||||
// VAT Rate
|
// VAT Rate
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user