X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=includes%2Ftypes.inc;h=79ef8be71c01699d87a8daf242fee733ad718fe3;hb=467fca01c62dd47bcd97ec957a49b0209732c9d0;hp=b1b519cc811a8e3a690486e5ad54bdc77ddf7e6e;hpb=7f67f7a9255c73d0827f98027f2cacd43c7fd145;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