brotherton-erpnext/erpnext/setup
Sabu Siyad b6bd408f19
fix(ecommerce): remove query parameters from referer
inclusion of query parameters results in logic failure

example:
- logic check if referrer is `all-products`
- `http://shop.example/all-products` -> `all-products`, valid outcome
- `http://shop.example/all-products?start=1` -> `all-products?start=1`,
  invalid outcome

Signed-off-by: Sabu Siyad <hello@ssiyad.com>
2022-12-08 16:47:50 +05:30
..
doctype fix(ecommerce): remove query parameters from referer 2022-12-08 16:47:50 +05:30
form_tour/company fix: company tour 2021-11-24 19:19:45 +05:30
module_onboarding/home fix(ux): Add tabs in Item 2022-06-08 16:30:44 +05:30
onboarding_step fix(ux): Add tabs in Item 2022-06-08 16:30:44 +05:30
page chore: remove utf-8 compat code 2021-11-05 11:16:29 +05:30
setup_wizard feat: german tax templates 2022-11-25 00:21:33 +01:00
workspace chore: Remove HR templates and references from other workspaces 2022-06-27 16:56:24 +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 fix: default clear repost logs 2022-12-01 23:35:21 +05:30
utils.py chore: Removed payroll dependencies from Loan Management, moved to hrms app 2022-06-21 18:13:01 +05:30