dolibarr/htdocs/societe
Alexandre Janniaux d5584f4e32 api_thirdparties: fix num_rows typo
$res->num_rows will not work on PostgreSQL. $db->num_rows() must be used
instead to execute the correct procedure depending on the database
backend.

But the call was not written properly and both were mixed up in commit
25741a618e which used $db->num_rows, and
then fixed in 72c443868c which used
$db->num_rows($result) where suited, except this location.
2025-01-15 20:09:25 +01:00
..
admin Debug v21 2025-01-08 17:45:28 +01:00
ajax Debug v21 2024-12-30 00:57:03 +01:00
canvas fix phpstan 2024-12-19 21:01:00 +01:00
checkvat add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
class api_thirdparties: fix num_rows typo 2025-01-15 20:09:25 +01:00
notify add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
tpl fix phpstan (#31761) 2024-11-10 23:47:14 +01:00
agenda.php add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
card.php Debug v21 2025-01-07 10:43:45 +01:00
consumption.php add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
contact.php add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
document.php add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
index.php add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
list.php Debug v21 2024-12-31 02:45:40 +01:00
messaging.php add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
note.php fix phpstan (#31994) 2024-11-19 03:04:41 +01:00
paymentmodes.php Fix regression after a fix 2025-01-09 13:54:25 +01:00
price.php fix phpdoc (#32097) 2024-11-28 11:15:56 +01:00
project.php Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-06 13:26:08 +01:00
societecontact.php add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
website.php add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00