Rewritten sales shipping cost taxation, improved shipping cost handling in sales...
[fa-stable.git] / includes / sysnames.inc
index 507bd698dedecc98451c72b65190a208d8d129e9..1d7df6f012be6237b161f0aca6801fdd5306c328 100644 (file)
@@ -170,7 +170,8 @@ $depreciation_methods = array(
 $stock_types = array(
        'M' => _("Manufactured"),
        'B' => _("Purchased"),
-       'D' => _("Service")
+       'D' => _("Service"),
+       'T' => _("Shipping")
 );
 
 //----------------------------------------------------------------------------------