diff --git a/app/pdf/close_cashier_pdf.rb b/app/pdf/close_cashier_pdf.rb index 13bdee8e..598b3cf1 100755 --- a/app/pdf/close_cashier_pdf.rb +++ b/app/pdf/close_cashier_pdf.rb @@ -323,7 +323,6 @@ class CloseCashierPdf < Prawn::Document bounding_box([self.item_description_width,y_position], :width =>self.price_width, :height => 20) do text "(#{total_void[:void_amount]})", :size => self.item_font_size, :align => :right end - y_position = cursor bounding_box([0,y_position], :width =>self.item_description_width, :height => 20) do text "MMQR Cancel :", :size => self.item_font_size, :align => :right