function commerce_invoice_install in Commerce Invoice 7.2
Implements hook_install().
File
- ./
commerce_invoice.install, line 247 - Install and uninstall functions for the Commerce Invoice module.
Code
function commerce_invoice_install() {
commerce_invoice_ensure_fields();
}