Unable to edit Product Notes

I am unable to edit the product notes for my inventory both public & private while I can edit the notes for services. The ghost pencil icons are visible on service items while not for products.

I am using Ubuntu 20.04 & Dolibarr 16.0.3

Thanks in advance. Frank

It is fixed already: Impossible to put notes on product · Issue #22846 · Dolibarr/dolibarr · GitHub

In “/core/tpl/notes.tpl.php” on line 94 change $permission = $user->hasRight("produit", "creer"); to $permission = $user->hasRight("product", "creer");

1 Like

Many thanks for the suggestion.