mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Prevent wrapping in date column.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22076 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ecdb6f078f
commit
8ca749ac4f
@ -44,7 +44,7 @@
|
||||
(txn (gncInvoiceGetPostedTxn opt-invoice))
|
||||
(currency (gncInvoiceGetCurrency opt-invoice))
|
||||
(entries (gncInvoiceGetEntries opt-invoice))
|
||||
(splits '())
|
||||
(splits '())
|
||||
(slots (qof-book-get-slots book))
|
||||
(coyname (coy-info slots gnc:*company-name*))
|
||||
(coycontact (coy-info slots gnc:*company-contact*))
|
||||
@ -301,7 +301,7 @@
|
||||
(dsc-total 'add currency rdiscval)
|
||||
?>
|
||||
<tr valign="top">
|
||||
<td align="center"><?scm:d (gnc-print-date (gncEntryGetDate entry)) ?></td>
|
||||
<td align="center" ><nobr><?scm:d (gnc-print-date (gncEntryGetDate entry)) ?></nobr></td>
|
||||
<td align="left"><?scm:d (gncEntryGetDescription entry) ?></td>
|
||||
<!-- td align="left">< ?scm:d (gncEntryGetNotes entry) ?></td -->
|
||||
<?scm (if units? (begin ?>
|
||||
|
Loading…
Reference in New Issue
Block a user