Rename update_current_price to update_global_price to avoid confusion
This commit is contained in:
parent
3c88f572a4
commit
f83f6971e8
6 changed files with 14 additions and 14 deletions
|
|
@ -15,7 +15,7 @@
|
|||
= render partial: 'shared/article_fields_units', locals: {f_unit: f, f_uq: fprice}
|
||||
= render partial: 'shared/article_fields_price', locals: {f: fprice}
|
||||
|
||||
= form.input :update_current_price, as: :boolean
|
||||
= form.input :update_global_price, as: :boolean
|
||||
= f.input :order_number
|
||||
.modal-footer
|
||||
= link_to t('ui.close'), '#', class: 'btn', data: {dismiss: 'modal'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue