Skip to content

Commit

Permalink
Add phone_mobile for #28070
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 24, 2024
1 parent a3c0c19 commit f216c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/install/mysql/migration/19.0.0-20.0.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,6 @@ ALTER TABLE llx_socpeople ADD COLUMN name_alias varchar(255) NULL;

-- Supplier
INSERT INTO llx_c_email_templates (entity, module, type_template, lang, private, fk_user, datec, label, position, enabled, active, topic, content, content_lines, joinfiles) VALUES (0, 'supplier_invoice','invoice_supplier_send','',0,null,null,'(SendingReminderEmailOnUnpaidSupplierInvoice)',100, 'isModEnabled("supplier_invoice")',1,'[__[MAIN_INFO_SOCIETE_NOM]__] - __(SupplierInvoice)__','__(Hello)__,<br /><br />__(SupplierInvoiceUnpaidContent)__<br />__URL_SUPPLIER_INVOICE__<br /><br />__(Sincerely)__<br />__USER_SIGNATURE__',null, 0);


ALTER TABLE llx_societe ADD COLUMN phone_mobile varchar(20) after phone;
1 change: 1 addition & 0 deletions htdocs/install/mysql/tables/llx_societe.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ create table llx_societe
georesultcode varchar(16),

phone varchar(20), -- phone number
phone_mobile varchar(20), -- mobile phone number
fax varchar(20), -- fax number
url varchar(255), -- web site
email varchar(128), -- main email
Expand Down

0 comments on commit f216c74

Please sign in to comment.