From: Joe Hunt Date: Wed, 16 Jan 2019 21:24:19 +0000 (+0100) Subject: Placeholders Not Allowed for Dimensions. Fixed by @boxygen X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=00a3e9d49999a521ea3bc23cc32d2f94974fcf41 Placeholders Not Allowed for Dimensions. Fixed by @boxygen --- diff --git a/includes/references.inc b/includes/references.inc index 82cff2a1..fc343e65 100644 --- a/includes/references.inc +++ b/includes/references.inc @@ -51,6 +51,7 @@ $refline_options = array( ST_WORKORDER => array('date', 'location', 'user'), ST_MANUISSUE => array('date', 'location', 'user'), ST_MANURECEIVE => array('date', 'user'), + ST_DIMENSION => array('date','user'), ); $refline_placeholders = array(