dolibarr/htdocs/core
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
..
ajax Fix look and feel v8 2018-06-26 11:25:28 +02:00
boxes Fix data in tooltip 2018-06-27 00:38:42 +02:00
class Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-07-16 11:29:47 +02:00
db NEW Can enable a module, even external module, from command line 2018-07-09 13:02:01 +02:00
filemanagerdol Lowercase NULL, TRUE, FALSE according to PSR2 2018-04-16 13:51:16 +02:00
js Debug module ticket 2018-04-30 10:33:36 +02:00
lib dolibarr-develop, php 7.2.7 2018-07-16 17:10:33 +02:00
login
menus Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-07-03 17:37:50 +02:00
modules Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-07-16 11:29:47 +02:00
tpl Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-07-16 11:29:47 +02:00
triggers Fix name of constant for module TICKET 2018-07-06 13:09:07 +02:00
actions_addupdatedelete.inc.php Fix clone with new architecture 2018-06-19 09:21:23 +02:00
actions_builddoc.inc.php
actions_changeselectedfields.inc.php
actions_comments.inc.php
actions_dellink.inc.php
actions_extrafields.inc.php NEW Can set a tooltip help text on extrafields 2018-07-08 20:26:48 +02:00
actions_fetchobject.inc.php
actions_lineupdown.inc.php
actions_linkedfiles.inc.php
actions_massactions.inc.php Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-05-21 23:35:09 +02:00
actions_printing.inc.php
actions_sendmails.inc.php Fix option MAIN_MAIL_ENABLED_USER_DEST_SELECT 2018-05-22 20:17:31 +02:00
actions_setmoduleoptions.inc.php Fix PSR2 2018-04-22 20:08:29 +02:00
actions_setnotes.inc.php
antispamimage.php
commonfieldsinexport.inc.php
datepicker.php
doxygen.php
extrafieldsinexport.inc.php
get_info.php Clean defined constant at begin of pages 2018-04-21 12:00:55 +02:00
get_menudiv.php FIX Menu scheduled jobs not visible on jmobile conf 2018-06-19 13:10:13 +02:00
index.html
photos_resize.php Fix conflict with external ticketsup module 2018-06-04 21:49:29 +02:00
search_page.php
search.php Clean defined constant at begin of pages 2018-04-21 12:00:55 +02:00
tools.php
website.inc.php