Moved the batch integrity report from settings to its own report in products with permission of product ledger.
It also automatically fixes the issue prices.
This commit is contained in:
@ -58,7 +58,7 @@ export class LoginComponent implements OnInit, AfterViewInit {
|
||||
// .pipe(first())
|
||||
.subscribe(
|
||||
() => {
|
||||
this.router.navigate([this.returnUrl]);
|
||||
this.router.navigateByUrl(this.returnUrl);
|
||||
},
|
||||
(error) => {
|
||||
if (error.status === 401 && error.error.detail === 'Client is not registered') {
|
||||
|
||||
Reference in New Issue
Block a user