chore: fix conflicts

Removed legacy fields related to incoming rate and parallel reposting.
This commit is contained in:
rohitwaghchaure
2026-05-21 14:30:26 +05:30
committed by GitHub
parent 08466218d8
commit 5557e982bf

View File

@@ -16,12 +16,7 @@ class StockRepostingSettings(Document):
if TYPE_CHECKING:
from frappe.types import DF
<<<<<<< HEAD
=======
do_not_fetch_incoming_rate_from_serial_no: DF.Check
enable_parallel_reposting: DF.Check
enable_separate_reposting_for_gl: DF.Check
>>>>>>> 2773b7c002 (fix: incoming rate for legacy serial no)
end_time: DF.Time | None
item_based_reposting: DF.Check
limit_reposting_timeslot: DF.Check