diff options
author | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-05-07 00:19:09 +0300 |
---|---|---|
committer | mrfoxygmfr <mrfoxygmfr@sch9.ru> | 2025-05-07 00:19:09 +0300 |
commit | cfd262339d7e62b1e26a228976883af04d1892e1 (patch) | |
tree | 3d4fd0d5b2d0ad499b05e4311ab71536b760e345 /src/main/resources | |
parent | 0e1abbfe524079b5ae2912429942a5e8711bdc3b (diff) |
fix: minor bugs
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/templates/operationProducts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/operationProducts.html b/src/main/resources/templates/operationProducts.html index f3997b4..046b738 100644 --- a/src/main/resources/templates/operationProducts.html +++ b/src/main/resources/templates/operationProducts.html @@ -7,7 +7,7 @@ <div class="indent"> <form method="get" th:action="'/operationProducts/' + ${operationId} + '/new/'"> - <button id="newPartnerContactBtn" type="submit" class="btn btn-primary">Добавить новый продукт</button> + <button id="newOperationProductBtn" type="submit" class="btn btn-primary">Добавить новый продукт</button> </form> <br> |