mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
minor error code
This commit is contained in:
@@ -3712,7 +3712,7 @@ class Product extends CommonObject
|
||||
}
|
||||
}
|
||||
|
||||
if ($size==1 || $size='small')
|
||||
if ($size==1 || $size=='small')
|
||||
{
|
||||
if ($nbbyrow > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user