Added Selling Settings to fixtures to fix default Idaho territory bug.

This commit is contained in:
rocketdebris 2026-02-10 19:13:29 -05:00
parent e2780ea905
commit e7f3796f85
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,32 @@
[
{
"allow_against_multiple_purchase_orders": 1,
"allow_multiple_items": 1,
"allow_negative_rates_for_items": 0,
"allow_sales_order_creation_for_expired_quotation": 1,
"allow_zero_qty_in_quotation": 0,
"allow_zero_qty_in_sales_order": 0,
"blanket_order_allowance": 5.0,
"cust_master_name": "Customer Name",
"customer_group": "Residential - Irrigation service",
"dn_required": "No",
"docstatus": 0,
"doctype": "Selling Settings",
"dont_reserve_sales_order_qty_on_sales_return": 0,
"editable_bundle_item_rates": 1,
"editable_price_list_rate": 1,
"enable_discount_accounting": 0,
"fallback_to_default_price_list": 0,
"hide_tax_id": 0,
"maintain_same_rate_action": "Stop",
"maintain_same_sales_rate": 0,
"modified": "2025-01-30 14:03:19.895633",
"name": "Selling Settings",
"role_to_override_stop_action": null,
"sales_update_frequency": "Each Transaction",
"selling_price_list": "Standard Selling",
"so_required": "No",
"territory": "Idaho",
"validate_selling_price": 1
}
]

View File

@ -239,6 +239,7 @@ fixtures = [
{"dt": "Payment Term"},
{"dt": "Payment Terms Template"},
{"dt": "Territory"},
{"dt": "Selling Settings"},
]