Browse Source

Merge branch 'staging' of https://git.oslog.id/ibnu/generic-ospro-frontend into dev-wahyun

pull/1/head
wahyun 6 months ago
parent
commit
d64b7175be
  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>
<Label className="capitalize" style={{ fontWeight: "bold" }}>
End Date<span style={{ color: "red" }}>*</span>
Expired Date<span style={{ color: "red" }}>*</span>
</Label>
{/* <DatePicker
// disabledDate={(current) => {

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

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

Loading…
Cancel
Save