forked from Wavyzz/dolibarr
Fix the localtax were not saved on price when no code was set
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user