suite
This commit is contained in:
parent
8ab6a38507
commit
04cad83a5c
@ -39,11 +39,11 @@ class MOdrVirement < ApplicationRecord
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
:enabled => {:name => "Vérifié ?", :reorder => true},
|
:enabled => {:name => "Ok pour remise ?", :reorder => true},
|
||||||
|
|
||||||
:sended => {:name => "Envoyé ?", :reorder => true},
|
:sended => {:name => "Validé par la banque ?", :reorder => true},
|
||||||
|
|
||||||
:refused => {:name => "Refusé ?", :reorder => true},
|
:refused => {:name => "Refusé par la banque?", :reorder => true},
|
||||||
|
|
||||||
|
|
||||||
:actions => "Actions",
|
:actions => "Actions",
|
||||||
|
@ -2,9 +2,15 @@
|
|||||||
-tr = {}
|
-tr = {}
|
||||||
|
|
||||||
-tr[:m_odr_rep_link] = capture do
|
-tr[:m_odr_rep_link] = capture do
|
||||||
%td=link_to "##{m_odr_virement.m_odr_rep.id}", [:admin, m_odr_virement.m_odr_rep] if m_odr_virement.m_odr_rep
|
%td
|
||||||
|
-if m_odr_virement.m_odr_rep
|
||||||
|
=link_to [:admin, m_odr_virement.m_odr_rep] do
|
||||||
|
="##{m_odr_virement.m_odr_rep_id} -"
|
||||||
|
= m_odr_virement.m_odr_rep.cc_particular_civilite
|
||||||
|
= m_odr_virement.m_odr_rep.cc_particular_name
|
||||||
|
= m_odr_virement.m_odr_rep.cc_particular_firstname
|
||||||
|
|
||||||
|
|
||||||
-tr[:amount] = capture do
|
-tr[:amount] = capture do
|
||||||
%td=number_to_currency m_odr_virement.amount
|
%td=number_to_currency m_odr_virement.amount
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user