chore: resolve conflicts

This commit is contained in:
Smit Vora
2025-03-04 16:43:55 +05:30
parent 2221bf1cba
commit 83dcbec86a
2 changed files with 0 additions and 8 deletions

View File

@@ -66,9 +66,6 @@ frappe.query_reports["Purchase Order Analysis"] = {
width: "80",
options: ["To Pay", "To Bill", "To Receive", "To Receive and Bill", "Completed", "Closed"],
get_data: function (txt) {
<<<<<<< HEAD
let status = ["To Bill", "To Receive", "To Receive and Bill", "Completed"];
=======
let status = [
"To Pay",
"To Bill",
@@ -77,7 +74,6 @@ frappe.query_reports["Purchase Order Analysis"] = {
"Completed",
"Closed",
];
>>>>>>> 3b2879d3a1 (fix(report): allow `Closed` purchase orders to be visible)
let options = [];
for (let option of status) {
options.push({

View File

@@ -65,9 +65,6 @@ frappe.query_reports["Sales Order Analysis"] = {
options: ["To Pay", "To Bill", "To Deliver", "To Deliver and Bill", "Completed", "Closed"],
width: "80",
get_data: function (txt) {
<<<<<<< HEAD
let status = ["To Bill", "To Deliver", "To Deliver and Bill", "Completed"];
=======
let status = [
"To Pay",
"To Bill",
@@ -76,7 +73,6 @@ frappe.query_reports["Sales Order Analysis"] = {
"Completed",
"Closed",
];
>>>>>>> 2394e76e7d (fix(report): allow `Closed` sales orders to be visible)
let options = [];
for (let option of status) {
options.push({