bugfix
This commit is contained in:
parent
c74863ad27
commit
c49f7e3533
@ -390,7 +390,11 @@
|
|||||||
|
|
||||||
-@price_documents.each do |price_document_consult|
|
-@price_documents.each do |price_document_consult|
|
||||||
|
|
||||||
|
- if price_document_consult.p_fournisseur
|
||||||
%h4.ml-2= price_document_consult.p_fournisseur.name
|
%h4.ml-2= price_document_consult.p_fournisseur.name
|
||||||
|
- else
|
||||||
|
%h4.ml-2=link_to ic('pencil') + " rapprocher le fournisseur", match_p_fournisseur_admin_price_document_path(price_document_consult), remote: true
|
||||||
|
|
||||||
|
|
||||||
= semantic_form_for [:admin, price_document_consult], :html => {:class => "qi_price_form"}, :remote => false do |form|
|
= semantic_form_for [:admin, price_document_consult], :html => {:class => "qi_price_form"}, :remote => false do |form|
|
||||||
= form.button "Valider modifications", type: :submit, class: "btn btn-primary m-2"
|
= form.button "Valider modifications", type: :submit, class: "btn btn-primary m-2"
|
||||||
|
Reference in New Issue
Block a user