From 467fca01c62dd47bcd97ec957a49b0209732c9d0 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 11 Oct 2010 06:38:41 +0000 Subject: [PATCH] Added payment terms categories --- includes/types.inc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2