Tweak some wording on data import warnings email template.
This commit is contained in:
parent
7adcdba3f3
commit
98da38980e
|
@ -8,14 +8,19 @@
|
||||||
</p>
|
</p>
|
||||||
% endif
|
% endif
|
||||||
<p>
|
<p>
|
||||||
Generally the periodic data import is expected to be a precaution only, in order
|
Generally the periodic data import is expected to be a precaution only,
|
||||||
to detect and fix local data which falls out of sync from the data authority,
|
in order to detect and fix local data which has fallen out of sync from the
|
||||||
e.g. your POS. It is normally expected that proper real-time operation
|
data authority, e.g. your POS. It is normally intended that proper
|
||||||
<em>should</em> be enough to keep things in sync; therefore any actual changes
|
real-time operation (e.g. a 'datasync' daemon) <em>should</em> be enough to
|
||||||
which occur as part of this import process are considered "warnings".
|
keep things in sync; therefore any net changes which occur as a result of this
|
||||||
|
periodic import process are considered "warnings".
|
||||||
</p>
|
</p>
|
||||||
The following is a list of changes which occurred during the latest
|
The following is a list of changes which occurred during the latest import run.
|
||||||
import run. Please investigate at your convenience.
|
% if not dry_run:
|
||||||
|
(Note that this was not a dry run; these changes have been committed
|
||||||
|
to the ${local_title} system.)
|
||||||
|
% endif
|
||||||
|
Please investigate at your convenience.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
% for model, (created, updated, deleted) in updates.iteritems():
|
% for model, (created, updated, deleted) in updates.iteritems():
|
||||||
|
|
Loading…
Reference in a new issue