When retrieving work centres id's there was a database error. Fixed by casting string...
[fa-stable.git] / CHANGELOG.txt
index 55db2ca0e2ba15c57667f991ab51ed29792c0994..090d3bc7994cb68cf489d1528e9ddac1b41902eb 100644 (file)
@@ -19,6 +19,29 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+28-Apr-2007 Joe Hunt
+ # When saving work order entries a lot of debug boxes appeared. Fixed
+ # When clicking on the link, Issue, on work order inquires an empty screen appeared. Fixed
+ # When retrieving work centres id's there was a database error. Fixed by casting string to unsigned
+ $ /includes/db/manufacturing_db.inc
+   /manufacturing/work_order_entry.php
+   /manufacturing/includes/work_order_issue_ui.inc
+   /manufacturing/includes/db/work_order_requirements_db.inc
+   /manufacturing/includes/db/work_orders_quick_db.inc
+   /manufacturing/inquiry/where_used_inquiry.php
+   
+25-Apr-2007 Joe Hunt
+ # Missing Date Picker
+ $ /sales/customer_invoice.php
+ # No JS popup window
+ $ /sales/view/view_invoice.php
+24-Apr-2007 Joe Hunt
+ ! New and better Date Picker, better cool theme.
+ $ /includes/ui/ui_input.inc
+   /includes/ui/ui_view.inc
+   /reporting/includes/reports_classes.inc
+   /themes/cool/default.css
 
 -------------------- 1.0.1 Stable Released ----------------------
 23-Apr-2007 Joe Hunt