X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=includes%2Ftypes.inc;h=c8c5f90482dec7bffa1b6c8fe05691f1f958270f;hb=c09be0dad6b05131e240349a375af7a4b7bf3444;hp=1d8eeb545c5e4c320283f4213c5e00be0dda5d28;hpb=089cd98e0008223e0418389a0f3cdd4b7e7f5bac;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index 1d8eeb54..c8c5f904 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -10,6 +10,7 @@ $systypes_array = array ( 10=> array ('name' => _("Sales Invoice")), 11=> array ('name' => _("Customer Credit Note")), 12=> array ('name' => _("Customer Payment")), + 13=> array ('name' => _("Delivery Note")), 16=> array ('name' => _("Location Transfer")), 17=> array ('name' => _("Inventory Adjustment")), 18=> array ('name' => _("Purchase Order")), @@ -52,6 +53,11 @@ class systypes return 12; } + function cust_dispatch() + { + return 13; + } + function location_transfer() { return 16;