diff --git a/tailbone/templates/receiving/view.mako b/tailbone/templates/receiving/view.mako index 01b93724..4f04cfa2 100644 --- a/tailbone/templates/receiving/view.mako +++ b/tailbone/templates/receiving/view.mako @@ -283,9 +283,7 @@ % endif %def> -<%def name="object_helpers()"> - ${self.render_status_breakdown()} - +<%def name="render_po_vs_invoice_helper()"> % if use_buefy and master.handler.has_purchase_order(batch) and master.handler.has_invoice_file(batch):
- You can automatically mark all items as having been - received normally. + You can automatically set the "received" quantity to + match the "shipped" quantity for all items, based on + the invoice.
Would you like to do so?
@@ -341,12 +340,11 @@