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:
2021-09-23 07:20:45 +05:30
parent b1557bef88
commit 6d0d95070b
27 changed files with 613 additions and 200 deletions

View File

@ -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') {