X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Freferences.inc;fp=includes%2Freferences.inc;h=ff65fa387f25fa6533f1499109169b813fea7e70;hb=e817d2423ce2da9f48548d4c91652a435df9fc23;hp=249dccf7cf53bdd263083e57e7ebb33552193dfa;hpb=b235c15fce03f3b6a6eb7187e7c73ad0f3ef33d9;p=fa-stable.git diff --git a/includes/references.inc b/includes/references.inc index 249dccf7..ff65fa38 100644 --- a/includes/references.inc +++ b/includes/references.inc @@ -151,6 +151,7 @@ class references } } + $out .= $template; // add postfix if (!preg_match('/^([^\{]*)?\{([^\}]*)\}(.*)/', $out, $match)) { // parse index display_error(_("Missing numeric placeholder in refline definition.")); return $out;