30 lines
703 B
Plaintext
30 lines
703 B
Plaintext
.qi_header
|
|
|
|
%h1
|
|
Indiquer le nombre de colis
|
|
%span
|
|
=@price_document.label
|
|
="-"
|
|
=@price_document.d_number
|
|
|
|
|
|
.qi_row
|
|
=semantic_form_for [:admin, @price_document], :url => edit_ship_save_admin_price_document_path(@price_document), :method => :post, :html => {:class => "qi_price_form"}, :remote => false do |f|
|
|
.content
|
|
=f.inputs do
|
|
.price_line_block_form
|
|
=f.semantic_fields_for :price_line_block do |f|
|
|
-if current_admin.has_permission?("customer-sheets-bl")
|
|
= f.input :ct_nbr_ship, :label => "Nombre de colis :"
|
|
|
|
|
|
|
|
|
|
|
|
.actions=f.submit "sauvegarder", :class => "btn btn-primary"
|
|
|
|
|
|
|
|
|
|
|
|
|