Guest User

Untitled

a guest
Jul 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #Updates the update_master_inventory_table with the information
  2. #from baker_and_taylor_inventory_books table
  3. def update_master_inventory_table
  4. result = update_old_records && insert_new_records
  5. result = delete_old_records if result
  6. return result
  7. end
Add Comment
Please, Sign In to add comment