diff --git a/Makefile b/Makefile index 4ab493b6ede89ce432a1a88145d53f578df8f40b..1df932a0b72e7145b41ca71589701abbb7c86eeb 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ deploy: DB_deploy Tasker_deploy # copy server files copy_files: Tasker_deploy $(GULP) --release --force - rsync -ru --exclude="application/config" --exclude="news.md" --exclude="updates.md" \ + rsync -ru --info=PROGRESS2 --exclude="application/config" --exclude="news.md" --exclude="updates.md" \ \~dev_rating/ $(DST_PATH) # server deploy without fix diff --git a/deploy/phpConfig/sidePanel/dean.json b/deploy/phpConfig/sidePanel/dean.json index 4c6f75c93b1db6a3be1febe65af54b34ee43e6d5..955ebec8fbe4f8f755344f181129ef2df51b3ebc 100644 --- a/deploy/phpConfig/sidePanel/dean.json +++ b/deploy/phpConfig/sidePanel/dean.json @@ -20,7 +20,7 @@ "Title": "Отчеты", "Items": [ { "Title": "Ведомости", "Anchor": "sheets" }, - { "Title": "Сводная ведомость", "Anchor": "attestation" } + { "Title": "Сводная ведомость", "Anchor": "groups/bill" } ] }, {