[minor] [fixed conflicts]
This commit is contained in:
parent
170be3b717
commit
9cd825f2e0
@ -69,18 +69,13 @@ def get_item_details(args):
|
|||||||
|
|
||||||
if cint(args.is_pos):
|
if cint(args.is_pos):
|
||||||
pos_settings = get_pos_settings(args.company)
|
pos_settings = get_pos_settings(args.company)
|
||||||
<<<<<<< HEAD
|
if pos_settings:
|
||||||
out.update(apply_pos_settings(pos_settings, out))
|
out.update(apply_pos_settings(pos_settings, out))
|
||||||
|
|
||||||
if args.doctype in ("Sales Invoice", "Delivery Note"):
|
if args.doctype in ("Sales Invoice", "Delivery Note"):
|
||||||
if item_bean.doc.has_serial_no and not args.serial_no:
|
if item_bean.doc.has_serial_no and not args.serial_no:
|
||||||
out.serial_no = _get_serial_nos_by_fifo(args, item_bean)
|
out.serial_no = _get_serial_nos_by_fifo(args, item_bean)
|
||||||
|
|
||||||
=======
|
|
||||||
if pos_settings:
|
|
||||||
out.update(apply_pos_settings(pos_settings, out))
|
|
||||||
|
|
||||||
>>>>>>> 3d1ecf5254c5887a48c04003c7dce8a218136ddd
|
|
||||||
return out
|
return out
|
||||||
|
|
||||||
def _get_serial_nos_by_fifo(args, item_bean):
|
def _get_serial_nos_by_fifo(args, item_bean):
|
||||||
|
Loading…
Reference in New Issue
Block a user