# File lib/edi4r/edifact.rb, line 1009
    def add( msg )
      super
      @trailer.d0060 = @trailer.d0060.to_i if @trailer.d0060.is_a? String
      @trailer.d0060 += 1
    end