Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2921 Lượt xem

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Open the view using the debug-mode (which I can take from the screenshot you have already opened). Then find the button for receiving the invoice. This should link to the method if it is configured normally. The method name should be equal to the "name" tag of the button. Find the method on the model and see what it required for input. If you can provide the same input, copy the method to your own view and test it.

Ảnh đại diện
Huỷ bỏ
Tác giả

thanks Ludo