From a13f836d0b708788a9b304bb1dfe89ad7f998512 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Thu, 21 Mar 2024 15:21:47 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E5=85=85=E5=BD=93?= =?UTF-8?q?=E6=A9=9F=E8=83=BD=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/入金予定結果/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/入金予定結果/index.tsx b/src/apps/入金予定結果/index.tsx index 21a54c0..3f990cb 100644 --- a/src/apps/入金予定結果/index.tsx +++ b/src/apps/入金予定結果/index.tsx @@ -153,7 +153,7 @@ const setData = (event: any, targets: string[]) => { // 各種ボタンの設置 if (currentRecord[入金予定結果フィールド名.残金].value !== "0") { if (currentRecord.parking_name.value.startsWith("TP")) { - setHeaderButton("テスト充当", getCallbackFillAmount(currentRecord)); + // setHeaderButton("テスト充当", getCallbackFillAmount(currentRecord)); } } })