Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
sosuke.iwabuchi
/
SATE-EasyReceipt-front
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
精算データ取得時に取得した金額で消費税を計算してしまっているのを修正
SATE_RECEIPT-42 精算履歴取得時の消費税
develop
sosuke.iwabuchi
2 anni fa
parent
5e6bb9b28f
commit
804662186f
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -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…
Annulla
Salva