Merge pull request #22068 from aspangaro/14p38
FIX Dictionary - Display error on cache_vatrates
This commit is contained in:
commit
029ea70c53
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user