megalos_2 Developer از کشور Cyprus عضو از اکتبر 2017 megalos_2 18 دسامبر 2022 22:36 in version 2.5.1 I had to add code below in /includes/functions/func_form.inc.php case 'incoterms': $option = !empty($options) ? $options[0] : ''; return form_draw_incoterms_list($name, $input, $parameters='');
tim Founder از کشور Sweden عضو از مهٔ 2013 tim 19 دسامبر 2022 00:02 Thanks, I am adding it for the next release. return form_draw_incoterms_list($name, $input, $parameters); case 'payment_terms': return form_draw_payment_terms_list($name, $input, $parameters);```