Changeset 366 for trunk/Modules/Finance/inventory.php
- Timestamp:
- Jan 19, 2012, 7:55:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/inventory.php
r157 r366 1 1 <?php 2 include_once('../global.php');3 2 4 3 class FinanceStoragePage extends Page … … 25 24 } 26 25 27 $System->AddModule(new FinanceStoragePage());28 $System->Modules['FinanceStoragePage']->GetOutput();29 30 26 ?>
Note:
See TracChangeset
for help on using the changeset viewer.