mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 23:22:52 +00:00
fix: multiple fixes related to remarks for GL Report (#42753)
* fix: show remarks in report only if it exists * fix: additional fixes to reduce redundancy in report print format * fix: revert changes for supplier invoice reference * fix: update remarks before submit to ensure all available details before submit are used * fix: patch to update invoice remarks where it's not set * fix: update remarks in payment ledger entry
This commit is contained in:
@@ -375,6 +375,7 @@ erpnext.patches.v15_0.update_warehouse_field_in_asset_repair_consumed_item_docty
|
||||
erpnext.patches.v15_0.update_asset_repair_field_in_stock_entry
|
||||
erpnext.patches.v15_0.update_total_number_of_booked_depreciations
|
||||
erpnext.patches.v15_0.do_not_use_batchwise_valuation
|
||||
erpnext.patches.v15_0.update_invoice_remarks
|
||||
erpnext.patches.v14_0.update_reports_with_range
|
||||
erpnext.patches.v15_0.drop_index_posting_datetime_from_sle
|
||||
erpnext.patches.v15_0.add_disassembly_order_stock_entry_type #1
|
||||
|
||||
Reference in New Issue
Block a user