Created
April 6, 2018 04:49
-
-
Save voeurnchy/52b8fcd16986b2abc68ee8f025076caf to your computer and use it in GitHub Desktop.
make a back up original value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var price = self.custom_value2(); | |
if(!price){ | |
price = self.cost(); | |
self.custom_value2(price); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment