Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add an info against booking.class.php > calendar.class.php #32806

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -1216,8 +1216,13 @@
NEW: Upgrade in module builder in menu section
NEW: use account address in sepa mandate (#23642)
NEW: VAT rate - Add entity
NEW: Website: Support of js into the Dolibarr server preview
NEW: When an user unset the batch management of products, transformation of each batch stock movement in global stock movement
NEW: When an user unset the batch management of products, transformation of each batch stock mouvement in global stock mouvement

Check failure on line 1219 in ChangeLog

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

mouvement ==> movement

Check failure on line 1219 in ChangeLog

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

mouvement ==> movement
NEW: PDF Generation for each Human Resource Evaluations.

SEC: #25512 applicative anti bruteforce - security on too many login attempts (#25520)
SEC: Add action confirm_... as sensitive to need a CSRF token
SEC: Disable not used PHP streams
SEC: Add option MAIN_RESTRICTHTML_ONLY_VALID_HTML_TIDY


For developers or integrators:
Expand Down Expand Up @@ -1311,7 +1316,7 @@
* The delete() method of AdherentType, Contact, Delivery, MultiCurrency, CurrencyRate now need $user as first parameter.
* A very high number of class properties (with old name in french) are now deprecated in favor of the property name in english.
* The load of hook context productdao has been removed before calling loadvirtualstock. Modules must use the context of main parent page or 'all' for all cases.

* booking.class.php was removed, please have a look at calendar.class.php

***** ChangeLog for 18.0.6 compared to 18.0.5 *****
FIX: 16.0 - parent company gets emptied when updating a third party from the card in edit mode (#28269)
Expand Down
Loading