IO-256 Add Payables Posting.

This commit is contained in:
Patrick Fic
2021-10-12 20:18:06 -07:00
parent 4d52a5c44a
commit 9ee8e9007a
6 changed files with 5 additions and 31 deletions

View File

@@ -259,7 +259,6 @@ export function DmsPostForm({ bodyshop, socket, job }) {
))}
<Form.Item>
<Button
type="dashed"
disabled={!(fields.length < 3)}
onClick={() => {
if (fields.length < 3) add();