From bf6ae54ef88e02a89d441379881dcfbf86a92ad8 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 21 Jun 2010 17:13:59 +0000 Subject: [PATCH] Added Payment term types. --- includes/types.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/includes/types.inc b/includes/types.inc index 35ed2d84..b1b519cc 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -212,6 +212,14 @@ define('TABLESTYLE_NOBORDER', 3); define('TAG_ACCOUNT', 1); define('TAG_DIMENSION', 2); +//---------------------------------------------------------------------------------- +// Payment term types + +define('PTT_PRE', 1); +define('PTT_CASH', 2); +define('PTT_DAYS', 3); +define('PTT_FOLLOWING', 4); + include_once($path_to_root . '/includes/sysnames.inc'); ?> \ No newline at end of file -- 2.30.2