2
0
forked from Wavyzz/dolibarr

Fix the localtax were not saved on price when no code was set

This commit is contained in:
Laurent Destailleur
2022-01-20 18:09:30 +01:00
parent de30b68f9e
commit b2f6de06d5
4 changed files with 154 additions and 34 deletions

View File

@@ -1897,7 +1897,7 @@ function dol_banner_tab($object, $paramid, $morehtml = '', $shownav = 1, $fieldi
if ($object->element == 'product') {
$width = 80;
$cssclass = 'photoref';
$cssclass = 'photowithmargin photoref';
$showimage = $object->is_photo_available($conf->product->multidir_output[$entity]);
$maxvisiblephotos = (isset($conf->global->PRODUCT_MAX_VISIBLE_PHOTO) ? $conf->global->PRODUCT_MAX_VISIBLE_PHOTO : 5);
if ($conf->browser->layout == 'phone') {