You are here

function commerce_invoice_update_7202 in Commerce Invoice 7.2

Update the commerce_invoice_invoices view.

File

./commerce_invoice.install, line 291
Install and uninstall functions for the Commerce Invoice module.

Code

function commerce_invoice_update_7202() {
  _commerce_invoice_revert_views();
}