PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
ecommerce
/
configuration
define([], function() { return function($scope, communication, popup_shipping_rule) { $scope.editRateTable = function(module_id, name) { var rule_text = $scope.configurations[module_id][name]; popup_shipping_rule.open({ data : {text:rule_text}, }).result.then(function(data) { $scope.configurations[module_id][name] = data; console.log($scope.configurations[module_id]); }); } } });
[+]
..
[-] payment - Copy.js
[edit]
[-] zone.js
[edit]
[-] currency.js
[edit]
[-] tax.js
[edit]
[-] currency - Copy.js
[edit]
[+]
currency
[-] shipping.js
[edit]
[-] general.js
[edit]
[+]
shipping
[-] system.js
[edit]
[-] mail.js
[edit]
[-] zone - Copy.js
[edit]
[+]
zone
[-] payment.js
[edit]
[+]
payment
[+]
tax