chore: resolve conflicts
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user