Units of measure moved from config.php into item_units table,
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 11 Mar 2008 21:11:50 +0000 (21:11 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 11 Mar 2008 21:11:50 +0000 (21:11 +0000)
themes table removed from config.php, list created from dir structure.

CHANGELOG.txt

index 49f22c49b3e981bd336e04205096da1a10dcdc01..493c51d8303aba3d82d0e6ca9aa05dbede8513cf 100644 (file)
@@ -19,6 +19,18 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+11-Mar-2008 Janusz Dobrowolski
+ + Table of measure moved into new table item_units
+ ! Removed $themes[] from config.php, theme list based on directory structure
+ $ /config.php
+   /includes/ui/ui_lists.inc
+   /applications/inventory.php
+   /inventory/includes/inventory_db.inc
+   /inventory/includes/db/items_units_db.inc
+   /inventory/manage/item_units.php
+   /inventory/manage/items.php
+   /sql/alter.sql
+
 11-Mar-2008 Joe Hunt
  # Small fix for alignment of date and due date label fields in customer_invoice.php and customer_delivery.php
  $ /sales/customer_invoice.php