顧客様の作成・削除

This commit is contained in:
2026-04-29 20:03:41 +09:00
parent 7b8fdcafb3
commit 1588201998
8 changed files with 466 additions and 319 deletions

View File

@@ -0,0 +1,9 @@
{@ include(common/header) @}
<h2>本当に顧客様「{{ $handle }}」を削除しますか?</h2>
<p>
<form method="POST" action="/openprovider/deletecustomer/{{ $handle }}">
<input type="submit" class="op-button-create" name="delete_confirm" value="はい" />
<input type="submit" class="op-button-delete" name="delete_reject" value="いいえ" />
</form>
</p>
{@ include(common/footer) @}