Guest User

Untitled

a guest
Jun 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @claim.pv = Time.now.strftime("%y%m%d%H%M%S")
  2. @claim.items.map{|t| (t.gst = (t.amount/100 * 7)) if t.override != 0 }
  3.  
  4. respond_to do |format|
  5. if @claim.save
Add Comment
Please, Sign In to add comment