X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;h=79ef8be71c01699d87a8daf242fee733ad718fe3;hb=5089910120614dfb8b76a0271b43739f90f38b01;hp=b1b519cc811a8e3a690486e5ad54bdc77ddf7e6e;hpb=bf6ae54ef88e02a89d441379881dcfbf86a92ad8;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index b1b519cc..79ef8be7 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -155,6 +155,12 @@ function payment_person_has_items($type) { return false; } } +//---------------------------------------------------------------------------------- +// Payment terms categories +// +define('PM_ANY', 0); +define('PM_CASH', 1); +define('PM_CREDIT', 2); //---------------------------------------------------------------------------------- // Manufacturing types