FIX Dictionary - Display error on >cache_vatrates

This commit is contained in:
Alexandre SPANGARO 2022-09-04 04:49:09 +02:00
parent f25ad40514
commit c5b3df23ba

View File

@ -1963,7 +1963,7 @@ if ($id) {
} elseif ($value == 'fk_tva') {
foreach ($form->cache_vatrates as $key => $Tab) {
if ($form->cache_vatrates[$key]['rowid'] == $valuetoshow) {
$valuetoshow = $form->cache_vatrates[$key]['libtva'];
$valuetoshow = $form->cache_vatrates[$key]['label'];
break;
}
}