Sha256: 25df6a07ea58a48b460fb4fd88b0f5f6d63cca6f3d85a371935567f1cd55b794

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

Stored size: 280 Bytes

Contents

Skr.Models.Mixins.PrintSupport = {

    _mixinPrintFormIdentifier: ->
        if @printFormIdentifier then @printFormIdentifier() else @modelTypeIdentifier()

    pdfDownloadUrl: ->
        "#{Lanes.config.api_path}/skr/print/#{@_mixinPrintFormIdentifier()}/#{@hash_code}.pdf"

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stockor-0.4.0 client/skr/models/mixins/PrintSupport.coffee