mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +01:00
test fix asset:precompile
This commit is contained in:
parent
60d60fdd65
commit
785e9a42f8
@ -133,9 +133,8 @@ Application.Controllers.controller "InvoicesController", ["$scope", "$state", 'I
|
|||||||
sample = sample.replace(/X\[([^\]]+)\]/g, (match, p1, offset, string) ->
|
sample = sample.replace(/X\[([^\]]+)\]/g, (match, p1, offset, string) ->
|
||||||
p1
|
p1
|
||||||
)
|
)
|
||||||
# # information about wallet (W[text]) - does not apply here
|
# information about wallet (W[text]) - does not apply here
|
||||||
# sample = sample.replace(/W\[([^\]]+)\]/g, "")
|
sample = sample.replace(/W\[([^\]]+)\]/g, "")
|
||||||
|
|
||||||
# information about refunds (R[text]) - does not apply here
|
# information about refunds (R[text]) - does not apply here
|
||||||
sample = sample.replace(/R\[([^\]]+)\]/g, "")
|
sample = sample.replace(/R\[([^\]]+)\]/g, "")
|
||||||
sample
|
sample
|
||||||
|
Loading…
Reference in New Issue
Block a user