Initial commit of farm_inventory module (empty).

This commit is contained in:
Michael Stenta 2017-09-26 14:34:39 -04:00
parent 559acc6d9b
commit a68b918b87
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
name = Farm Inventory
description = Provides inventory management functionality for farm assets.
core = 7.x
package = farmOS

View File

@ -0,0 +1,6 @@
<?php
/**
* @file
* Farm inventory module.
*/