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

chore: release v13 #36441

Merged
merged 4 commits into from
Aug 1, 2023
Merged

chore: release v13 #36441

merged 4 commits into from
Aug 1, 2023

Commits on Jul 28, 2023

  1. fix: removed "fetch_from" (backport #36365) (#36387)

    fix: removed "fetch_from"
    
    * fix: removed ("fetch_from": "goal.objective")
    The field ended up being disabled because of this.
    
    (cherry picked from commit 1c687a4)
    
    Co-authored-by: xdlumertz <alexandrelumertz@gmail.com>
    mergify[bot] and AlexandreLumertz committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c574494 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. fix: only publish repost progress to doc subscriber (backport #36400) (

    …#36403)
    
    * fix: only publish repost progress to doc subscriber (#36400)
    
    Huge size of string gets blasted to everyone on site. Due to some memory
    leak (cause unknown) till sockets are open the strings are also in
    process' memory.
    
    related frappe/frappe#21863
    
    (cherry picked from commit c0642cf)
    
    # Conflicts:
    #	erpnext/stock/stock_ledger.py
    
    * chore: conflicts
    
    ---------
    
    Co-authored-by: Ankush Menat <ankush@frappe.io>
    mergify[bot] and ankush committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e9df064 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. perf: use LEFT JOIN instead of NOT EXISTS (backport #36221) (#36384)

    * perf: use `LEFT JOIN` instead of `NOT EXISTS`
    
    (cherry picked from commit 58d8675)
    
    # Conflicts:
    #	erpnext/manufacturing/doctype/bom_update_log/bom_updation_utils.py
    
    * fix: long queue `process_boms_cost_level_wise`
    
    (cherry picked from commit 148d466)
    
    * chore: `conflicts`
    
    * fix: failing test case
    
    ---------
    
    Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
    mergify[bot] and s-aga-r committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    cdc86bd View commit details
    Browse the repository at this point in the history
  2. fix: added validation for unique serial numbers in pos invoice (#36302)

    * fix: added validation for unique serial numbers in pos invoice
    
    * fix: updated title of validation
    
    * fix: removed extra whitespace
    
    * fix: added validation for duplicate batch numbers
    
    ---------
    
    Co-authored-by: Ritvik Sardana <ritviksardana@Ritviks-MacBook-Air.local>
    RitvikSardana and Ritvik Sardana committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a165b37 View commit details
    Browse the repository at this point in the history