diff --git a/tailbone/templates/receiving/declare_credit.mako b/tailbone/templates/receiving/declare_credit.mako index 23352169..6596ff1b 100644 --- a/tailbone/templates/receiving/declare_credit.mako +++ b/tailbone/templates/receiving/declare_credit.mako @@ -39,6 +39,22 @@
+ Please select the "state" of the product, and enter the appropriate + quantity. +
+ ++ Note that this tool will deduct from the "received" + quantity, and add to the corresponding credit quantity. +
+ ++ Please see ${h.link_to("Receive Row", url('{}.receive_row'.format(route_prefix), uuid=batch.uuid, row_uuid=row.uuid))} + if you need to "receive" instead of "convert" the product. +
+ ${form.render()|n}+ Please select the "state" of the product, and enter the appropriate + quantity. +
+ ++ Note that this tool will add the corresponding + quantities for the row. +
+ ++ Please see ${h.link_to("Declare Credit", url('{}.declare_credit'.format(route_prefix), uuid=batch.uuid, row_uuid=row.uuid))} + if you need to "convert" some already-received amount, into a credit. +
+ ${form.render()|n}