dolibarr/htdocs/core/lib
terhoy a8a2f0ff73
FIX: online signature partly fails if commercial proposal numbering contains a mask that’s includes a space (#28608) (#28742)
* FIX: online signature (#28608) Update signature.lib.php

If Commercial proposal numbering contains a mask that’s includes a space, that will affect the result of the online signature form. When generating the online signature form, the code in signature.lib.php line 77, will remove any existing space in the Commercial proposal numbering. The result is that the online signature form will miss data in field “Third-party” and “Amount”.

* FIX: online signature (#28608) Update payments.lib.php

If Commercial proposal numbering contains a mask that’s includes a space, that will affect the result of the online signature form. When generating the online signature form, the code in core/lib/payments.lib.ph, will remove any existing space in the Commercial proposal numbering.
2024-03-11 15:33:10 +01:00
..
accounting.lib.php Fix #28071 - New branch to fix bad merge (#28083) 2024-02-09 15:58:49 +01:00
admin.lib.php Fix: Replace deprecated modulename with new in isModEnabled (#28452) 2024-02-27 15:30:37 +01:00
agenda.lib.php fix phpstan (#28516) 2024-02-29 15:26:53 +01:00
ajax.lib.php qual: phan for htdocs/core/lib/ajax.lib.php (#28672) 2024-03-07 16:02:14 +01:00
asset.lib.php NEW Asset Module - make asset model creation in a single step (#26982) 2024-02-01 16:26:25 +01:00
bank.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
barcode.lib.php fix phpstan (#28516) 2024-02-29 15:26:53 +01:00
categories.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
company.lib.php Fix regression 2024-03-08 17:54:32 +01:00
contact.lib.php Fix: Replace deprecated modulename with new in isModEnabled (#28452) 2024-02-27 15:30:37 +01:00
contract.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
cron.lib.php Clean code with rector 2 2024-01-05 04:33:58 +01:00
customreports.lib.php Fix most PhanTypeMismatchDimAssignment notices (#28739) 2024-03-10 01:53:04 +01:00
date.lib.php Work on generic filter 2024-02-17 04:07:34 +01:00
doc.lib.php Fix php8.2 warnings 2023-11-27 11:39:32 +01:00
doleditor.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
donation.lib.php
ecm.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
emailing.lib.php Fix php8.2 warnings 2023-11-27 11:39:32 +01:00
emaillayout.lib.php NEW $noescapetags param of dol_escape_html works if attributes 2024-02-19 12:16:06 +01:00
eventorganization.lib.php
expedition.lib.php Fix: Replace deprecated modulename with new in isModEnabled (#28452) 2024-02-27 15:30:37 +01:00
expensereport.lib.php Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2024-03-01 19:40:36 +01:00
fichinter.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
files.lib.php Fix: 'count' on scalar zip->numFiles (#28756) 2024-03-11 12:39:07 +01:00
fiscalyear.lib.php
format_cards.lib.php
fourn.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
ftp.lib.php Qual: Fix PhanPluginDuplicateIfStatements & remove exceptions (#28749) 2024-03-11 12:58:51 +01:00
functions_ch.lib.php Fix: Initialise array before assigning values (#28728) 2024-03-09 16:32:02 +01:00
functions.lib.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-03-11 13:46:08 +01:00
functions2.lib.php Qual: Several typing hints/some fixes. (#28483) 2024-02-28 15:36:29 +01:00
functionsnumtoword.lib.php
geturl.lib.php Avoid error 2024-02-15 15:22:33 +01:00
holiday.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
hrm.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
images.lib.php qual: phpstan (#28075) 2024-02-09 11:28:33 +01:00
import.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
intracommreport.lib.php
invoice.lib.php Rename files to use an english name 2024-03-10 15:52:29 +01:00
invoice2.lib.php fix phpstan (#28694) 2024-03-07 21:39:29 +01:00
json.lib.php Qual: PhanCompatibleNegativeStringOffset must be suppressed (#28720) 2024-03-09 01:06:37 +01:00
ldap.lib.php Fix: Initialise array before assigning values (#28728) 2024-03-09 16:32:02 +01:00
loan.lib.php Fix php8.2 warnings 2023-11-27 11:39:32 +01:00
mailmanspip.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
member.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
memory.lib.php QUAL Use phan to help detect new issues (#27706) 2024-02-21 18:14:29 +01:00
modulebuilder.lib.php Qual: Ignore false positive for suspicious param positions (#28693) 2024-03-07 20:16:48 +01:00
multicurrency.lib.php
oauth.lib.php Debug v19 2024-01-19 11:28:02 +01:00
order.lib.php Fix: Replace deprecated modulename with new in isModEnabled (#28452) 2024-02-27 15:30:37 +01:00
parsemd.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
payments.lib.php FIX: online signature partly fails if commercial proposal numbering contains a mask that’s includes a space (#28608) (#28742) 2024-03-11 15:33:10 +01:00
pdf.lib.php qual: phpdoc for htdocs/core/lib/pdf.lib.php (#28671) 2024-03-07 16:41:39 +01:00
phpsessionindb.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
prelevement.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
price.lib.php fix phpstan (#28727) 2024-03-09 14:48:06 +01:00
product.lib.php Fix: Replace deprecated modulename with new in isModEnabled (#28452) 2024-02-27 15:30:37 +01:00
profid.lib.php Merge branch 'Dolibarr:develop' into patch-7 2024-01-28 13:35:30 +01:00
project.lib.php QUAL: Remove use of customurl filter. Must use the USF syntax. 2024-03-05 03:51:36 +01:00
propal.lib.php Fix: Replace deprecated modulename with new in isModEnabled (#28452) 2024-02-27 15:30:37 +01:00
receiptprinter.lib.php
reception.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
report.lib.php Fix #28071 - New branch to fix bad merge (#28083) 2024-02-09 15:58:49 +01:00
resource.lib.php Fix with php-cs-fixer 2023-12-04 12:05:28 +01:00
salaries.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
security.lib.php NEW - See the documents of my subordinates (#28318) 2024-03-07 22:47:29 +01:00
security2.lib.php Fix: GETPOST(...,'int') to GETPOSTINT(...) (#28448) 2024-02-27 14:05:53 +01:00
sendings.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
signature.lib.php FIX: online signature partly fails if commercial proposal numbering contains a mask that’s includes a space (#28608) (#28742) 2024-03-11 15:33:10 +01:00
stock.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
supplier_proposal.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
takepos.lib.php
tax.lib.php fix param 2024-01-20 09:22:38 +01:00
ticket.lib.php fix phpstan (#27482) 2024-01-13 15:32:37 +01:00
treeview.lib.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-19 15:02:37 +01:00
trip.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
usergroups.lib.php CSS 2024-02-29 02:57:13 +01:00
vat.lib.php
website.lib.php fix phpstan (#28727) 2024-03-09 14:48:06 +01:00
website2.lib.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
ws.lib.php Qual: Spelling htdocs/core (#27491) 2024-01-13 19:48:20 +01:00
xcal.lib.php Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-25 18:37:35 +01:00