This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
sosuke.iwabuchi
/
SATE-EasyReceipt-front
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
精算データ取得時に取得した金額で消費税を計算してしまっているのを修正
SATE_RECEIPT-42 精算履歴取得時の消費税
develop
sosuke.iwabuchi
2 년 전
부모
5e6bb9b28f
커밋
804662186f
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/pages/dashboard/receipt-issuing-order/custom/hello-techno/hooks/useInputReceiptStep.tsx
+ 1
- 0
src/pages/dashboard/receipt-issuing-order/custom/hello-techno/hooks/useInputReceiptStep.tsx
파일 보기
@@ -92,6 +92,7 @@ export default function useInputReceiptStep({ onNext, onPrev }: Props) {
};
const setTax = () => {
if (adjustData !== null) return;
const tax = String(calcInnerTax(Number(amount)));
if (tax) {
form.setValue("tax_amount", tax);
Write
Preview
Loading…
취소
저장