brotherton-erpnext/erpnext/setup
Ankush Menat a3ea985348
refactor: Use db.set_single_value (#35668)
I just applied semgrep autofix. Untested completed, review before merging.

```yaml
- id: frappe-set-value-semantics
  patterns:
    - pattern-either:
      - pattern: frappe.db.set_value($DOCTYPE, None, $...AFTER)
      - pattern: frappe.db.set_value($DOCTYPE, $DOCTYPE, $...AFTER)
  fix: frappe.db.set_single_value($DOCTYPE, $...AFTER)
  message: |
    If $DOCTYPE is a single doctype then using `frappe.db.set_value` is discouraged for setting values in DB. Use db.set_single_value for single doctype instead.
  languages: [python]
  severity: ERROR
```
2023-06-13 17:30:38 +05:30
..
doctype refactor: Use db.set_single_value (#35668) 2023-06-13 17:30:38 +05:30
form_tour/company fix: company tour 2021-11-24 19:19:45 +05:30
module_onboarding/home fix: replace quotation with invoice in first onboarding (#35389) 2023-05-23 15:35:55 +05:30
onboarding_step fix: replace quotation with invoice in first onboarding (#35389) 2023-05-23 15:35:55 +05:30
page chore: remove utf-8 compat code 2021-11-05 11:16:29 +05:30
setup_wizard feat: auto create serial and batch bundle 2023-06-02 17:14:16 +05:30
workspace refactor: Workspace cleanup 2023-05-30 13:17:59 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
default_energy_point_rules.py style: format code with black 2022-03-28 18:52:46 +05:30
default_success_action.py style: format code with black 2022-03-28 18:52:46 +05:30
install.py refactor: Use db.set_single_value (#35668) 2023-06-13 17:30:38 +05:30
utils.py feat: disable currency exchange api. (#33593) 2023-01-16 21:00:10 +05:30