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)); } } })