This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/price_documents/edit_ship.html.haml
2021-08-23 10:26:02 +02:00

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"