mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
5fd79479ec
Summary: Makes a more complete PDF looking invoice form for printing in Phortune. Test Plan: Make an invoice, click print view, print. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16762
5 lines
234 B
SQL
5 lines
234 B
SQL
ALTER TABLE {$NAMESPACE}_phortune.phortune_merchant
|
|
ADD invoiceEmail VARCHAR(255) COLLATE {$COLLATE_TEXT} NOT NULL;
|
|
|
|
ALTER TABLE {$NAMESPACE}_phortune.phortune_merchant
|
|
ADD invoiceFooter LONGTEXT COLLATE {$COLLATE_TEXT} NOT NULL;
|