mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-24 05:44:25 +01:00
* Fix: http_response_code type # Fix: http_response_code type - Fixed http_response_code type * Fix: Initialize refcashcontrol variable Initialize refcashcontrol variable to 0 to ensure it is defined before use in the invoice.php script. * Fix: Remove redundant check for BILL_SENTBYMAIL & $object type # Fix: Remove redundant check for BILL_SENTBYMAIL & $object type - Removed redundant check for BILL_SENTBYMAIL * Fix: Correct date calculation for full year cash control # Fix: Correct date calculation for full year cash control Calculates the start date by subtracting one year from the end date. * Qual: Add default batch value for invoice processing # Qual: Add default batch value for invoice processing Adds default empty string for the batch variable. --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>