mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix typo
This commit is contained in:
parent
76c1f625f6
commit
025f71d6be
16
ChangeLog
16
ChangeLog
|
|
@ -48,7 +48,7 @@ FIX: mo cloning (#29686)
|
|||
FIX: modification date from label in accounting bookkeeping list (#30038)
|
||||
FIX: move porpale ref pdf cornas (#29989)
|
||||
FIX: Not qualified lines for reception (#29473)
|
||||
FIX: on change ref for bank account attachement are lost (#30529)
|
||||
FIX: on change ref for bank account attachment are lost (#30529)
|
||||
FIX: orders to bill menu (#30179)
|
||||
FIX: Page expands when ticket messages are too long (#29785)
|
||||
FIX: parameter name (#29666)
|
||||
|
|
@ -56,14 +56,14 @@ FIX: PHP8 warning if $conf->reception is checked the old fashion way (#29697)
|
|||
FIX: PHP 8 warning on output of successful cronjob (#29922)
|
||||
FIX: PHP exception on getSpecialCode (#29646)
|
||||
FIX: php warning if cookie doesn’t exist (#29723)
|
||||
FIX: pos: invoice date incorrectly set beacause of timezome mismatches (reverts #36e91da) (#30184)
|
||||
FIX: pos: invoice date incorrectly set because of timezome mismatches (reverts #36e91da) (#30184)
|
||||
FIX: public project form return an error if SOCIETE_EMAIL_UNIQUE (#29942)
|
||||
FIX: REPLENISH MANY FOURN WHEN ORDER ALREADY CREATE (#29710)
|
||||
FIX: Supplier Order search on date valid (#30448)
|
||||
FIX: Ternary operator condition is always true/false (#29649)
|
||||
FIX: to avoid error during upgrade with pgsql (#30443)
|
||||
FIX: transfer in accountancy for expense reports.
|
||||
FIX: unitialised var (#29728)
|
||||
FIX: uninitialised var (#29728)
|
||||
FIX: - Unknown Character on HTML (#30257)
|
||||
FIX: Unsigned propal having signing date (#29825)
|
||||
FIX: Update asset.class.php
|
||||
|
|
@ -72,7 +72,7 @@ FIX: User List - Function is show in wrong column when module HRM enabled (#3018
|
|||
FIX: var name error and remove useless code (#30601)
|
||||
FIX: Warning: Undefined property: PropaleLigne::$situation_percent in /home/httpd/vhosts/aflac.fr/domains/dol190.aflac.fr/httpdocs/core/lib/pdf.lib.php on line 2442 (#30033)
|
||||
FIX: wrong value for duration unit (#30261)
|
||||
FIX: ZAR currency must show the R before the amount
|
||||
FIX: The ZAR currency must show the R before the amount
|
||||
|
||||
***** ChangeLog for 19.0.2 compared to 19.0.1 *****
|
||||
FIX: $object->oldcopy may be a stdClass and not original object
|
||||
|
|
@ -3162,7 +3162,7 @@ NEW: add quick dropdown menu in top right menu (experimental with MAIN_USE_TOP_M
|
|||
NEW: add region in export companies and contacts
|
||||
NEW: add rights on margin info on invoice list
|
||||
NEW: add search param for close date on order list
|
||||
NEW: add show preview for mail attachement on form mail
|
||||
NEW: add show preview for mail attachment on form mail
|
||||
NEW: add State/Province origin for products
|
||||
NEW: add the workflow interaction close intervention on closing ticket
|
||||
NEW: add tracking number in list and search_all items
|
||||
|
|
@ -4547,7 +4547,7 @@ FIX: access to public interface when origin email has an alias.
|
|||
FIX: Alias name is not into the email recipient label.
|
||||
FIX: allow standalone credit note even if no invoice
|
||||
FIX: an admin can not access his own permissions after enabling advanced permissions
|
||||
FIX: Attachement of linked files on ticket when sending a message
|
||||
FIX: Attachment of linked files on ticket when sending a message
|
||||
FIX: avoid non numeric warning
|
||||
FIX: Bad currency var used in stripe for connect
|
||||
FIX: Bad list of ticket on public interface for ticket emailcollector
|
||||
|
|
@ -5343,7 +5343,7 @@ NEW: hidden option to define an invoice template for each invoice type
|
|||
NEW: Highlight lines on lists when they are checked
|
||||
NEW: Notification module support expense report+holiday validation and approval
|
||||
NEW: On customer/supplier card, add simple tooltip to amount boxes
|
||||
NEW: Page to check if the operations/items created between two dates have attached item(s) and possibility to download all attachements
|
||||
NEW: Page to check if the operations/items created between two dates have attached item(s) and possibility to download all attachments
|
||||
NEW: possibility to add all rights of all modules in one time
|
||||
NEW: redirect if only one result on global search on card
|
||||
NEW: Permission to ignore price min
|
||||
|
|
@ -6787,7 +6787,7 @@ NEW: No external check of version without explicit click in about page.
|
|||
NEW: ODT docs for USER USERGROUP CONTRACT and PRODUCT class
|
||||
NEW: odt usergroup
|
||||
NEW: On invoices generated by template, we save if invoice come from a source template.
|
||||
NEW: option to copy into attachement files of events, files send by mail (with auto event creation)
|
||||
NEW: option to copy into attachment files of events, files send by mail (with auto event creation)
|
||||
NEW: PDF with numbertoword
|
||||
NEW: Permit multiple file upload in linked documents
|
||||
NEW: PHP 7.1 compatibility
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user