mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
chore: resolve conflicts
Stock Reservation Entry is unavailable in v14
This commit is contained in:
@@ -30,14 +30,10 @@ def get_data():
|
|||||||
"label": _("Manufacturing"),
|
"label": _("Manufacturing"),
|
||||||
"items": ["Material Request", "BOM", "Production Plan", "Blanket Order"],
|
"items": ["Material Request", "BOM", "Production Plan", "Blanket Order"],
|
||||||
},
|
},
|
||||||
<<<<<<< HEAD
|
|
||||||
{"label": _("Sub-contracting"), "items": ["Subcontracting Order", "Stock Entry"]},
|
|
||||||
{"label": _("Internal"), "items": ["Sales Order"]},
|
|
||||||
=======
|
|
||||||
{
|
{
|
||||||
"label": _("Sub-contracting"),
|
"label": _("Sub-contracting"),
|
||||||
"items": ["Subcontracting Order", "Subcontracting Receipt", "Stock Entry"],
|
"items": ["Subcontracting Order", "Subcontracting Receipt", "Stock Entry"],
|
||||||
},
|
},
|
||||||
>>>>>>> 2017fd80d1 (fix: SO link on PO and add in missing dashboard references on both)
|
{"label": _("Internal"), "items": ["Sales Order"]},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,13 +24,8 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{"label": _("Purchasing"), "items": ["Material Request", "Purchase Order"]},
|
{"label": _("Purchasing"), "items": ["Material Request", "Purchase Order"]},
|
||||||
{"label": _("Projects"), "items": ["Project"]},
|
{"label": _("Projects"), "items": ["Project"]},
|
||||||
<<<<<<< HEAD
|
|
||||||
{"label": _("Manufacturing"), "items": ["Work Order"]},
|
|
||||||
{"label": _("Reference"), "items": ["Quotation", "Auto Repeat"]},
|
{"label": _("Reference"), "items": ["Quotation", "Auto Repeat"]},
|
||||||
=======
|
|
||||||
{"label": _("Manufacturing"), "items": ["Work Order", "BOM", "Blanket Order"]},
|
{"label": _("Manufacturing"), "items": ["Work Order", "BOM", "Blanket Order"]},
|
||||||
{"label": _("Reference"), "items": ["Quotation", "Auto Repeat", "Stock Reservation Entry"]},
|
|
||||||
>>>>>>> 2017fd80d1 (fix: SO link on PO and add in missing dashboard references on both)
|
|
||||||
{"label": _("Payment"), "items": ["Payment Entry", "Payment Request", "Journal Entry"]},
|
{"label": _("Payment"), "items": ["Payment Entry", "Payment Request", "Journal Entry"]},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user