Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Correction de la recherche du produit/service utilisé pour les frais …
Browse files Browse the repository at this point in the history
…de la facture fournisseur
  • Loading branch information
kamel committed Sep 27, 2019
1 parent fa96454 commit 0e374e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 4.0.38.0
- Correction de la récupération des modes de paiements de la boutique (libellé et ne recupère que ceux activés)
- Correction de la recherche du produit/service utilisé pour les frais de la facture fournisseur

## 4.0.37.0
- Ajout d'un bouton de mise à jour manuellement depuis un site sur la fiche du tiers
Expand Down
2 changes: 1 addition & 1 deletion admin/tpl/eCommerceSetup.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ function update_act_ef_crp_order_all() {
if (!empty($ecommerceOrderActions['create_supplier_invoice'])) {
?>
<td><?php print $form->select_company($infos['supplier_id'], 'supplier_id_'.$key, 's.fournisseur=1 AND status=1', 'SelectThirdParty', 0, 0, null, 0, 'minwidth300') ?></td>
<td><?php print $form->select_produits($infos['product_id_for_fee'], 'product_id_for_fee_'.$key, (empty($conf->global->STOCK_SUPPORTS_SERVICES)?'0':''), 20, 0, -1, 2, '', 0, null, 0, 1, 0, 'maxwidth500') ?></td>
<td><?php $form->select_produits($infos['product_id_for_fee'], 'product_id_for_fee_'.$key, '', $conf->product->limit_size, 0, 1, 2, '', 0, array(), 0, '1', 0, 'maxwidth300') ?></td>
<td align="center"><input type="checkbox" id="<?php print 'create_supplier_invoice_payment_'.$key ?>" name="<?php print 'create_supplier_invoice_payment_'.$key ?>" value="1" <?php print !empty($infos['create_supplier_invoice_payment']) ? ' checked' : '' ?>></td>
<?php
}
Expand Down

0 comments on commit 0e374e6

Please sign in to comment.