Skip to content

Commit

Permalink
set fields to col-md-3
Browse files Browse the repository at this point in the history
  • Loading branch information
JBinggi committed Feb 13, 2020
1 parent a5d6596 commit 0556eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/data_simple.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
--
INSERT INTO `core_form_field` (`Field_ID`, `type`, `label`, `fieldkey`, `tab`, `form`, `class`, `url_view`, `url_list`, `show_widget_left`, `allow_clear`, `readonly`, `tbl_cached_name`, `tbl_class`, `tbl_permission`) VALUES
(NULL, 'select', 'Supplier', 'supplier_idfs', 'history-base', 'articlehistory-single', 'col-md-3', '', '/contact/api/list/0', 0, 1, 0, 'contact-single', 'OnePlace\\Contact\\Model\\ContactTable','add-OnePlace\\Contact\\Controller\\ContactController'),
(NULL, 'datetime', 'Date', 'date', 'history-base', 'articlehistory-single', 'col-md-1', '', '', 0, 1, 0, '', '', ''),
(NULL, 'currency', 'Price', 'price', 'history-base', 'articlehistory-single', 'col-md-1', '', '', 0, 1, 0, '', '', ''),
(NULL, 'number', 'Amount', 'amount', 'history-base', 'articlehistory-single', 'col-md-1', '', '', 0, 1, 0, '', '', '');
(NULL, 'datetime', 'Date', 'date', 'history-base', 'articlehistory-single', 'col-md-3', '', '', 0, 1, 0, '', '', ''),
(NULL, 'currency', 'Price', 'price', 'history-base', 'articlehistory-single', 'col-md-3', '', '', 0, 1, 0, '', '', ''),
(NULL, 'number', 'Amount', 'amount', 'history-base', 'articlehistory-single', 'col-md-3', '', '', 0, 1, 0, '', '', '');

UPDATE `core_form_field` SET `readonly` = '1' WHERE `core_form_field`.`fieldkey` LIKE 'price_sell' AND `form` LIKE 'article-single';

0 comments on commit 0556eac

Please sign in to comment.