When a copy (line item detail) is canceled through the Acquisitions interface, the parent line item is also canceled if all copies for that line item are also canceled. The cancel reason given will come from:
Acquisitions invoices have 2 new fields:
Close Date — This is set to the time when the ACQ user clicks the "Close" button in the invoice interface.
As with the now-defunct complete field, but new fields are cleared in the event an invoice is reopened.
These new fields are visible in the invoice interface under the Show Details action for closed invoices.
Existing report templates that reference the invoice complete field should be modified to check whether the new close_date field is NOT NULL instead.
At deploy time, all invoices with a complete value of TRUE will have their close_date field set to NOW. A value is required, since this field is now the source of whether an invoice is open or closed.
However, no values will be applied to the closed_by field for already closed invoices.