diff --git a/tailbone/templates/mobile/receiving/view_row.mako b/tailbone/templates/mobile/receiving/view_row.mako index f09fec34..53d8820f 100644 --- a/tailbone/templates/mobile/receiving/view_row.mako +++ b/tailbone/templates/mobile/receiving/view_row.mako @@ -85,7 +85,8 @@ ${h.hidden('cases')} ${h.hidden('units')} - % if quick_receive: + ## only show quick-receive if we have an identifiable product + % if quick_receive and instance.product: % if quick_receive_all: % elif allow_cases: