mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -66,9 +66,6 @@ frappe.query_reports["Purchase Order Analysis"] = {
|
|||||||
width: "80",
|
width: "80",
|
||||||
options: ["To Pay", "To Bill", "To Receive", "To Receive and Bill", "Completed", "Closed"],
|
options: ["To Pay", "To Bill", "To Receive", "To Receive and Bill", "Completed", "Closed"],
|
||||||
get_data: function (txt) {
|
get_data: function (txt) {
|
||||||
<<<<<<< HEAD
|
|
||||||
let status = ["To Bill", "To Receive", "To Receive and Bill", "Completed"];
|
|
||||||
=======
|
|
||||||
let status = [
|
let status = [
|
||||||
"To Pay",
|
"To Pay",
|
||||||
"To Bill",
|
"To Bill",
|
||||||
@@ -77,7 +74,6 @@ frappe.query_reports["Purchase Order Analysis"] = {
|
|||||||
"Completed",
|
"Completed",
|
||||||
"Closed",
|
"Closed",
|
||||||
];
|
];
|
||||||
>>>>>>> 3b2879d3a1 (fix(report): allow `Closed` purchase orders to be visible)
|
|
||||||
let options = [];
|
let options = [];
|
||||||
for (let option of status) {
|
for (let option of status) {
|
||||||
options.push({
|
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"],
|
options: ["To Pay", "To Bill", "To Deliver", "To Deliver and Bill", "Completed", "Closed"],
|
||||||
width: "80",
|
width: "80",
|
||||||
get_data: function (txt) {
|
get_data: function (txt) {
|
||||||
<<<<<<< HEAD
|
|
||||||
let status = ["To Bill", "To Deliver", "To Deliver and Bill", "Completed"];
|
|
||||||
=======
|
|
||||||
let status = [
|
let status = [
|
||||||
"To Pay",
|
"To Pay",
|
||||||
"To Bill",
|
"To Bill",
|
||||||
@@ -76,7 +73,6 @@ frappe.query_reports["Sales Order Analysis"] = {
|
|||||||
"Completed",
|
"Completed",
|
||||||
"Closed",
|
"Closed",
|
||||||
];
|
];
|
||||||
>>>>>>> 2394e76e7d (fix(report): allow `Closed` sales orders to be visible)
|
|
||||||
let options = [];
|
let options = [];
|
||||||
for (let option of status) {
|
for (let option of status) {
|
||||||
options.push({
|
options.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user