Commit e9834cee8b53fe09d223b396013f87ee99cc7cb4
Committed by
GitHub
1 parent
7d46a01e
remove binding.pry
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
lib/syspro/business_objects/parsers/portor_parser.rb
| ... | ... | @@ -28,8 +28,6 @@ module Syspro |
| 28 | 28 | key[:warehouse] = doc.first_element_child.xpath('Warehouse') |
| 29 | 29 | key[:gl_journal] = gl_journal_obj |
| 30 | 30 | |
| 31 | - binding.pry | |
| 32 | - | |
| 33 | 31 | receipts = doc.first_element_child.xpath('Receipt') |
| 34 | 32 | receipts_obj = receipts.flat_map do |el| |
| 35 | 33 | el.elements.map do |inner| | ... | ... |