Browse Source

menu transaction

pull/1/head
khaidralirahman 8 months ago
parent
commit
c9e7d9bdd7
  1. 2
      src/views/Master/MasterTransaction/DialogForm.js
  2. 1
      src/views/Master/MasterTransaction/index.js

2
src/views/Master/MasterTransaction/DialogForm.js

@ -165,7 +165,7 @@ class DialogForm extends Component {
</FormGroup> </FormGroup>
<FormGroup> <FormGroup>
<Label className="capitalize" style={{ fontWeight: "bold" }}> <Label className="capitalize" style={{ fontWeight: "bold" }}>
End Date<span style={{ color: "red" }}>*</span> Expired Date<span style={{ color: "red" }}>*</span>
</Label> </Label>
{/* <DatePicker {/* <DatePicker
// disabledDate={(current) => { // disabledDate={(current) => {

1
src/views/Master/MasterTransaction/index.js

@ -58,6 +58,7 @@ class index extends Component {
} }
}; };
this.columns = [ this.columns = [
{ {
title: this.props.t('action'), title: this.props.t('action'),

Loading…
Cancel
Save