From: Janusz Dobrowolski Date: Mon, 11 Oct 2010 06:38:41 +0000 (+0000) Subject: Added payment terms categories X-Git-Tag: v2.4.2~19^2~580 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=467fca01c62dd47bcd97ec957a49b0209732c9d0;p=fa-stable.git Added payment terms categories --- 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