suite
This commit is contained in:
parent
232aef54e6
commit
63a33650a9
@ -37,6 +37,7 @@ class MOdrRep < ApplicationRecord
|
|||||||
|
|
||||||
belongs_to :m_odr_tracker
|
belongs_to :m_odr_tracker
|
||||||
|
|
||||||
|
belongs_to :m_odr_product_cat
|
||||||
|
|
||||||
|
|
||||||
def reduc_code_needed?
|
def reduc_code_needed?
|
||||||
@ -281,6 +282,8 @@ file_admin_ok remise particular_civilite particular_name particular_firstname pa
|
|||||||
|
|
||||||
|
|
||||||
:cc_tracker_name => {:name => "Trackeur", :reorder => true},
|
:cc_tracker_name => {:name => "Trackeur", :reorder => true},
|
||||||
|
|
||||||
|
:m_odr_product_cat => {:name => "Type"},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,6 +18,10 @@
|
|||||||
|
|
||||||
-tr[:cc_admin_ok_to_send] = capture do
|
-tr[:cc_admin_ok_to_send] = capture do
|
||||||
%td= "oui" if m_odr_rep.admin_ok_to_send
|
%td= "oui" if m_odr_rep.admin_ok_to_send
|
||||||
|
|
||||||
|
-tr[:m_odr_product_cat] = capture do
|
||||||
|
%td= m_odr_rep.m_odr_product_cat.name if m_odr_rep.m_odr_product_cat
|
||||||
|
|
||||||
|
|
||||||
-tr[:actions] = capture do
|
-tr[:actions] = capture do
|
||||||
%td.actions
|
%td.actions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user