add customer note
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
<label>State <input type="text" name="state" value="{{ customer.state or '' }}"></label>
|
||||
<label>Zip <input type="text" name="zip" value="{{ customer.zip or '' }}"></label>
|
||||
</div>
|
||||
|
||||
<label>
|
||||
Note <span class="hint">(internal only — never printed on the invoice)</span>
|
||||
<textarea name="internal_note" rows="3">{{ customer.internal_note or '' }}</textarea>
|
||||
</label>
|
||||
</fieldset>
|
||||
|
||||
<button type="submit">Save</button>
|
||||
|
||||
Reference in New Issue
Block a user