|
|
|
@@ -483,7 +483,7 @@ const PoDetail: React.FC<Props> = ({ po, warehouse, printerCombo }) => { |
|
|
|
if (exceedOrderBy10Percent) { |
|
|
|
submitDialogWithWarning(doSubmit, t, { |
|
|
|
title: t("Confirm submit"), |
|
|
|
html: t("This batch quantity exceeds order quantity by more than 10%. Do you still want to submit?"), |
|
|
|
html: t("This batch quantity exceeds order quantity. Do you still want to submit?"), |
|
|
|
confirmButtonText: t("Submit"), |
|
|
|
}); |
|
|
|
} else { |
|
|
|
|