mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
chore: fix conflicts
Removed legacy fields related to incoming rate and parallel reposting.
This commit is contained in:
@@ -16,12 +16,7 @@ class StockRepostingSettings(Document):
|
|||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from frappe.types import DF
|
from frappe.types import DF
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
do_not_fetch_incoming_rate_from_serial_no: DF.Check
|
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
|
end_time: DF.Time | None
|
||||||
item_based_reposting: DF.Check
|
item_based_reposting: DF.Check
|
||||||
limit_reposting_timeslot: DF.Check
|
limit_reposting_timeslot: DF.Check
|
||||||
|
|||||||
Reference in New Issue
Block a user