Reorganized work order costing to make corect registration of costs in journal.
[fa-stable.git] / includes / sysnames.inc
index 670075770bb3c40a03e0ebaf7fcc41e552b5d3c9..10f05518ff41f6c3e37b9aef04e8ae057b92c0bf 100644 (file)
@@ -110,6 +110,7 @@ $wo_types_array = array (
 $wo_cost_types = array(
        WO_LABOUR => _("Labour Cost"),
        WO_OVERHEAD => _("Overhead Cost"),
+       WO_MATERIALS => _("Materials")
 );
 
 //----------------------------------------------------------------------------------