Add initial support for mobile receiving views

This commit is contained in:
Lance Edgar 2017-05-24 00:04:56 -05:00
parent d68bf6b012
commit 5eca2347d5
11 changed files with 712 additions and 14 deletions

View file

@ -44,8 +44,6 @@ class OrderingBatchView(PurchasingBatchView):
url_prefix = '/ordering'
model_title = "Ordering Batch"
model_title_plural = "Ordering Batches"
rows_creatable = False
rows_editable = False
order_form_header_columns = [
"UPC",