mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat: add warehouse transfer
This commit is contained in:
@@ -6,7 +6,10 @@ export function WarehouseTransferFormFooterLeft() {
|
|||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
{/* --------- Terms and conditions --------- */}
|
{/* --------- Terms and conditions --------- */}
|
||||||
<TermsConditsFormGroup label={<T id={'reason'} />} name={'reason'}>
|
<TermsConditsFormGroup
|
||||||
|
label={<T id={'terms_conditions'} />}
|
||||||
|
name={'reason'}
|
||||||
|
>
|
||||||
<FEditableText
|
<FEditableText
|
||||||
name={'reason'}
|
name={'reason'}
|
||||||
placeholder={
|
placeholder={
|
||||||
|
|||||||
Reference in New Issue
Block a user