-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
WAIT : FIX : v20 pdf space lost with images eratosthene #31298
WAIT : FIX : v20 pdf space lost with images eratosthene #31298
Conversation
…#31268) * Use <= 0 instead of ! because delete method returns -1 or 1 * Added contact * Removed user from parameters
…arr#31285) * Fix: Number of decimals for stock values ignores configuration In the select filed for adding a new line for a proposal/invoice/... product as a line, the stock level is always printed with exactly two decimals. The number of decimals should be controlled by the existing global variable MAIN_MAX_DECIMALS_STOCK, but it is not taken into account: Building the stock level with the function price from the function price2num, which uses the configured number of decimals always lead to exactly two decimals. * Fixed patch according to suggestion.
This seems to fix for some case but generate trouble on other. Do yo understand what i mean. Did you test this particular case ? |
Dolibarr#31281) * Update functions_fi.lib.php Fix calculation from some base numbers * Update functions_fi.lib.php
…libarr#31266) * Fix dol get action buttion url autocomplette * change mailto * change mailto * Remove anonymous function * Remove anonymous function * Update functions.lib.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
…v20_pdf_space_lost_with_images_eratosthene
I close this one i will open a new PR based on #31273 |
Need PR #31273 to be merged before
FIX pdf space lost with images on eratosthene PDF
like #31273