PDA

View Full Version : [plugin] reference number 2.1.0 bug maxlength



Michael Theodore
April 19, 2018, 08:24 PM
hello,
in the ref_block.tpl the maxlength limit to the number of parameter characters "ref number template", but if you use #ID# the maximum will always be 4.

replace:
<input style="width: 90%;" type="text" maxlength="{$config.ref_tpl|count_characters}" id="ref_input" value="{$lang.ref_label}" />

by:
<input style="width: 90%;" type="text" id="ref_input" value="{$lang.ref_label}" />