|
|
|
@ -375,7 +375,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
alert('suburb can not contain two and more continuous space characters');
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if ($scope.partner.acn) {
|
|
|
|
|
if ($scope.partner.acn && $scope.partner.business_structure == 'Company') {
|
|
|
|
|
if ($scope.partner.acn.length != 9) {
|
|
|
|
|
alert('Acn is not valid');
|
|
|
|
|
return;
|
|
|
|
@ -883,7 +883,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
alert('suburb can not contain two and more continuous space characters');
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if ($scope.partner.acn) {
|
|
|
|
|
if ($scope.partner.acn && $scope.partner.business_structure == 'Company') {
|
|
|
|
|
if ($scope.partner.acn.length != 9) {
|
|
|
|
|
alert('Acn is not valid');
|
|
|
|
|
}
|
|
|
|
@ -1692,7 +1692,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
alert('suburb can not contain two and more continuous space characters');
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if ($scope.partner.acn) {
|
|
|
|
|
if ($scope.partner.acn && $scope.partner.business_structure == 'Company') {
|
|
|
|
|
if ($scope.partner.acn.length != 9) {
|
|
|
|
|
alert('Acn is not valid');
|
|
|
|
|
return;
|
|
|
|
|