|
|
|
@ -1700,7 +1700,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
$scope.getBankAccount();
|
|
|
|
|
})
|
|
|
|
|
};
|
|
|
|
|
$scope.settleHours = [{value: undefined, label: 'Default(24:00, GMT+10)'}];
|
|
|
|
|
$scope.settleHours = [{value: 24, label: 'Default(24:00, GMT+10)'}];
|
|
|
|
|
for (var h = 24; h > 0; h--) {
|
|
|
|
|
$scope.settleHours.push({value: h, label: ('00' + h).substr(-2) + ':00, ' + $scope.partner.timezone});
|
|
|
|
|
}
|
|
|
|
|