Searched refs:tmpvatratetoshow (Results 1 – 2 of 2) sorted by relevance
326 $tmpvatratetoshow = explode('_', $vatrate); variable327 $tmpvatratetoshow[0] = round($tmpvatratetoshow[0], 2);329 if ($tmpvatratetoshow[0] != 0) {331 …setEventMessages($langs->trans("ErrorLinesCantBeNegativeForOneVATRate", $tmpvatratetoshow[0]), nul…
335 $tmpvatratetoshow = explode('_', $vatrate); variable336 $tmpvatratetoshow[0] = round($tmpvatratetoshow[0], 2);338 if ($tmpvatratetoshow[0] != 0) {340 …setEventMessages($langs->trans("ErrorLinesCantBeNegativeForOneVATRate", $tmpvatratetoshow[0]), nul…