Dolibarr / dolibarr

Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
https://www.dolibarr.org
GNU General Public License v3.0
5.51k stars 2.8k forks source link

Bug: Warning: Undefined variable $morehtmlright - Loan Module #31973

Closed mikygee closed 1 week ago

mikygee commented 1 week ago

Bug

Version: 20.0.2

Hello,

I see a warning when I display the Notes of a loan that I have previously created image

The code at line 133 and 134 is

$morehtmlstatus = $morehtmlright;
dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref, '', 0, '', $morehtmlstatus);

I don't know what is $morehtmlright

In other modules I see dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'ref', $morehtmlref);

Dolibarr Version

20.0.2

Environment PHP

No response

Environment Database

No response

Steps to reproduce the behavior and expected behavior

No response

Attached files

No response

mikygee commented 6 days ago

Merci