forked from Dolibarr/dolibarr
-
Notifications
You must be signed in to change notification settings - Fork 0
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
#28481 rest api mos 19.0 #2
Merged
Humml87
merged 47 commits into
#28533-BUG-ModeleteLine-19.0
from
#28481-REST-API-MOS_19.0
Mar 2, 2024
Merged
#28481 rest api mos 19.0 #2
Humml87
merged 47 commits into
#28533-BUG-ModeleteLine-19.0
from
#28481-REST-API-MOS_19.0
Mar 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tputLangs = null) to mo.class.php - refactor mo_card.php and mo_production.php
- refactor mo_production.php
* FIX postgresql error * FIX better index name
* Update html.form.class.php Fix PHP Warning: Undefined array key "labeladddateof" * Update html.form.class.php * Update html.form.class.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
…ed line is delete (Dolibarr#28535) * fix Dolibarr#28533 * qual for github actions * fix use $this->db in classes --------- Co-authored-by: christian.humpel <christian.humpel@gmail.com>
…olibarr#28546) Co-authored-by: Noé <noe@scopen.fr>
19.0 update
To not send the Email to cancelled members. They already asked not to be members anymore. Sending reminders can be exhausting.
…olibarr#28549) * FIX : Adding thez dependencies list feature for select fields * FIX : Adding some spaces * FIX : View
…f consumed line …" (Dolibarr#28564) This reverts commit c069f3f.
- function postLine mo.class.php: - function addLine - some qual (remove setEventMessages form classes) - function getAddLineIsAllowedByStatus (central function on class) mo_production.php: - creation of a new moline over mo->addline() for safer checks... - enable button for add new row is now requested by getAddLineIsAllowedByStatus() from the mo.class
…-REST-API-MOS_19.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
merge code to right branch.