dolibarr/htdocs
Steve 9d3a0442c0 dolibarr-develop, php 7.2.7
On third party, add bank account. After spanish account has been added, on summary screen
..../htdocs/societe/paymentmodes.php

a correct account number causes the error:
Warning: A non-numeric value encountered in .......\public_html\dolibarr-develop\htdocs\core\lib\bank.lib.php on line 359

This is
`$sum += $values[$i] * substr($InumCta, $i, 1);`

Since substr returns a string it cannot be summed (I assume).

I changed it to
`$sum += $values[$i] * (int)substr($InumCta, $i, 1)`
2018-07-16 17:10:33 +02:00
..
accountancy Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-06-26 01:25:03 +02:00
adherents Fix css 2018-06-22 22:53:53 +02:00
admin Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-07-16 11:29:47 +02:00
api NEW add agenda documents in API REST 2018-07-13 16:07:19 +02:00
asset FIX combo into popup become crazy with IE10 2018-06-28 12:05:02 +02:00
asterisk
barcode
blockedlog
bookmarks
cashdesk
categories NEW Automatic position of scroll when creating an extrafield 2018-06-30 14:22:05 +02:00
collab
comm Merge pull request #9057 from inoveaconseil/checkRightOnLink 2018-07-16 09:31:21 +02:00
commande Merge pull request #9057 from inoveaconseil/checkRightOnLink 2018-07-16 09:31:21 +02:00
compta Merge pull request #9057 from inoveaconseil/checkRightOnLink 2018-07-16 09:31:21 +02:00
conf
contact FIX missing entity field 2018-07-08 12:11:22 +02:00
contrat NEW Automatic position of scroll when creating an extrafield 2018-06-30 14:22:05 +02:00
core dolibarr-develop, php 7.2.7 2018-07-16 17:10:33 +02:00
cron
custom
dav Finish webdav experimental module 2018-07-10 14:56:04 +02:00
don update and clean code 2018-06-24 16:20:27 +02:00
ecm Fix fetch index in ecm when using multicompany 2018-07-10 12:00:09 +02:00
expedition Merge pull request #9008 from grandoc/new_branch_22_06_2018 2018-06-24 13:47:26 +02:00
expensereport Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0 2018-07-10 13:57:24 +02:00
exports Several fixes in look and feel 2018-06-23 14:23:07 +02:00
externalsite clean and update code 2018-06-22 16:27:11 +02:00
fichinter Fix: syntax error (Travis) 2018-06-30 17:05:34 +02:00
fourn Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-07-10 14:02:40 +02:00
ftp
holiday Docs : translation 2018-07-07 11:03:22 +02:00
hrm Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0 2018-07-02 12:16:51 +02:00
imports Several fixes in look and feel 2018-06-23 14:23:07 +02:00
includes Fix warning php 7.3 2018-07-13 18:40:54 +02:00
install Add DELETE Trigger action into admin event agenda log 2018-07-10 16:44:14 +02:00
langs Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-07-16 11:29:47 +02:00
livraison clean and update code 2018-06-27 12:37:31 +02:00
loan Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-07-06 16:10:37 +02:00
mailmanspip
margin clean and update code 2018-06-27 12:37:31 +02:00
modulebuilder Merge pull request #9041 from grandoc/new_branch_02_07_2018 2018-07-16 10:03:54 +02:00
multicurrency/class
opensurvey
paybox
paypal
printing clean and update code 2018-06-27 12:37:31 +02:00
product Merge pull request #8983 from atm-greg/Add_hook_on_replenish 2018-07-16 10:02:26 +02:00
projet Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0 2018-07-03 10:04:25 +02:00
public Merge pull request #9045 from hregis/8.0_multicompany 2018-07-06 14:23:59 +02:00
resource Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0 2018-07-15 20:16:08 +02:00
societe Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-07-10 14:02:40 +02:00
stripe
supplier_proposal NEW Automatic position of scroll when creating an extrafield 2018-06-30 14:22:05 +02:00
support
theme Revert "FIX side nav height." 2018-07-09 16:16:07 +02:00
ticket Better detail for time elapsed 2018-07-16 11:14:39 +02:00
user Merge pull request #9057 from inoveaconseil/checkRightOnLink 2018-07-16 09:31:21 +02:00
variants
webservices
website Little debug of option WEBSITE_USE_WEBSITE_ACCOUNTS 2018-07-05 02:33:39 +02:00
.gitignore
cache.manifest
document.php
favicon.ico
filefunc.inc.php installation default port number if missing 2018-07-12 05:15:09 +03:00
index.php Trans 2018-07-03 12:46:22 +02:00
main.inc.php Fix param dol_invisible_topmenu 2018-06-29 00:21:14 +02:00
master.inc.php
robots.txt
viewimage.php